Skip to content

Commit e8efb18

Browse files
committed
#1902 Update import path for scan helper in zap-automation-framework test
Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
1 parent 07d3bd8 commit e8efb18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scanners/zap-automation-framework/integration-tests/zap-automation-framework.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

5-
const {scan} = require("../../helpers");
5+
const { scan } = require("../../../tests/integration/helpers.js");
66

77
test.concurrent(
88
"zap automation scan without config against 'bodgeit' should only find couple findings",

0 commit comments

Comments
 (0)