Skip to content

Commit 6ef1c4e

Browse files
committed
Fix unit tests
1 parent 3cb65de commit 6ef1c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/vulnerabilities/ssrf/inspectDNSLookupCalls.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ wrap(console, "log", function log() {
1818
const context: Context = {
1919
remoteAddress: "::1",
2020
method: "POST",
21-
url: "http://localhost:4000",
21+
url: "http://app.example.com:4000",
2222
query: {},
2323
headers: {},
2424
body: {

0 commit comments

Comments
 (0)