Skip to content

Commit eac2443

Browse files
committed
oops one more time
1 parent 96e0975 commit eac2443

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/errors.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ test('Sends correct error event', async ({ baseURL }) => {
1515

1616
expect(errorEvent.request).toEqual({
1717
method: 'GET',
18+
cookies: {},
1819
headers: expect.any(Object),
1920
url: 'http://localhost:3030/test-exception/123',
2021
});

0 commit comments

Comments
 (0)