Skip to content

Commit 77c7ec9

Browse files
committed
Fix PR comments
1 parent c33f2e8 commit 77c7ec9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/dd-trace/test/appsec/iast/analyzers/unvalidated-redirect-analyzer.spec.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ const {
88
HTTP_REQUEST_PARAMETER,
99
HTTP_REQUEST_PATH,
1010
HTTP_REQUEST_PATH_PARAM
11-
} =
12-
require('../../../../src/appsec/iast/taint-tracking/source-types')
11+
} = require('../../../../src/appsec/iast/taint-tracking/source-types')
1312

1413
describe('unvalidated-redirect-analyzer', () => {
1514
const NOT_TAINTED_LOCATION = 'url.com'

0 commit comments

Comments
 (0)