Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
hansott committed Nov 21, 2024
1 parent bc88f6c commit d197d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/sinks/HTTPRequest.redirect.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ t.test("it works", (t) => {

consumeBody(res);

const req2 = http.request(redirectUrl.domain);
const req2 = http.request(`${redirectTestUrl2}/ssrf-test-domain`);
req2.prependOnceListener("response", (res) => {
consumeBody(res);

Expand Down

0 comments on commit d197d60

Please sign in to comment.