Skip to content

Commit 6a2fdac

Browse files
authored
test(node): fix cookie test description typo (#7501)
1 parent 901acb9 commit 6a2fdac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node/test/requestdata.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ describe.each([oldExtractRequestData, newExtractRequestData])(
310310
});
311311
});
312312

313-
it('includes the `Cookie` header in requestdata.headers, if `cookies` is not set in the options', () => {
313+
it('includes the `Cookie` header in requestdata.headers, if `cookies` is set in the options', () => {
314314
const mockReq = {
315315
cookies: { foo: 'bar' },
316316
headers: { cookie: 'foo=bar', otherHeader: 'hello' },

0 commit comments

Comments
 (0)