Skip to content

Commit 02c11d5

Browse files
committed
include args in authenticateOrigin http test
1 parent c698d6b commit 02c11d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit/node/http.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ describe("http", () => {
7070
origin: test.origin,
7171
[key]: value,
7272
},
73+
args: {},
7374
})
7475
if (typeof test.expected === "string") {
7576
expect(() => http.authenticateOrigin(req)).toThrow(test.expected)

0 commit comments

Comments
 (0)