Skip to content

Commit a466aa7

Browse files
committed
oops fix
1 parent 6a4e75b commit a466aa7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev-packages/e2e-tests/test-applications/node-koa/tests/assert.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ test('Returns 400 from failed assert', async ({ baseURL }) => {
1616

1717
expect(errorEvent.request).toEqual({
1818
method: 'GET',
19+
cookies: {},
1920
headers: expect.any(Object),
2021
url: 'http://localhost:3030/test-assert/false',
2122
});

0 commit comments

Comments
 (0)