Skip to content

Commit e7acb6e

Browse files
committed
test: update
1 parent 9eff941 commit e7acb6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/test/lib/http-proxy-common.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ describe("#setupOutgoing", () => {
487487
const outgoing: any = {};
488488
setupOutgoing(outgoing, { target: { pathname: "" } }, { url: "" });
489489

490-
expect(outgoing.path).toEqual("/");
490+
expect(outgoing.path).toEqual("");
491491
});
492492
});
493493

0 commit comments

Comments
 (0)