Skip to content

Commit

Permalink
Add missing cookies property
Browse files Browse the repository at this point in the history
  • Loading branch information
hansott committed Jan 30, 2024
1 parent cd959d3 commit 9d6c7c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions library/src/integrations/MongoDB.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ t.test("we can highjack the MongoDB library", async () => {
$ne: null,
},
},
cookies: {},
},
},
() => {
Expand All @@ -67,6 +68,7 @@ t.test("we can highjack the MongoDB library", async () => {
query: {},
headers: {},
body: {},
cookies: {},
},
},
() => {
Expand Down

0 comments on commit 9d6c7c8

Please sign in to comment.