Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 9b1e3ba

Browse files
jorgestiganigthknightJ12934
committed
Refactor integration test folder structure
Co-authored-by: Yannik Fuhrmeister <12710254+fuhrmeistery@users.noreply.github.com> Co-authored-by: Jannik Hollenbach <jannik@hollenbach.de>
1 parent b45d5ac commit 9b1e3ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/integration/kube-hunter.test.js renamed to tests/integration/scanner/kube-hunter.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { scan } = require("./helpers");
1+
const { scan } = require("../helpers");
22

33
test(
44
"kube-hunter should find a fixed number of findings for the kind cluster",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { scan } = require('./helpers')
1+
const { scan } = require('../helpers')
22

33
test(
44
"localhost port scan should only find a host finding",

tests/integration/ssh-scan.test.js renamed to tests/integration/scanner/ssh-scan.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// todo: Integrate into github ci pipeline
2-
const { scan } = require("./helpers");
2+
const { scan } = require("../helpers");
33

44
test(
55
"ssh-scan should find a couple of findings for a dummy ssh service",

0 commit comments

Comments
 (0)