Skip to content

Commit

Permalink
test: missing test arg
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Sep 23, 2024
1 parent 7dc2950 commit 5be1bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/client-buildQueryURL.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ it("includes the `x-d` param in development", async (ctx) => {

mockPrismicRestAPIV2({ ctx })

const client = createTestClient()
const client = createTestClient({ ctx })
const res = await client.buildQueryURL()
const url = new URL(res)

Expand Down

0 comments on commit 5be1bd3

Please sign in to comment.