Skip to content

Commit

Permalink
feat: fixed test by removing extensions field during post
Browse files Browse the repository at this point in the history
  • Loading branch information
demeyerthom committed Dec 12, 2024
1 parent 12c7794 commit 1b4d092
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/server.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,6 @@ describe("gqlServerFetch", () => {
operationName: "myQuery",
query: query.toString(),
variables: { myVar: "baz" },
extensions: {
persistedQuery: {
version: 1,
sha256Hash: hash,
},
},
}),
headers: {
"Content-Type": "application/json",
Expand Down

0 comments on commit 1b4d092

Please sign in to comment.