Skip to content

Commit

Permalink
Update packages/executors/http/tests/buildHTTPExecutor.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Jul 5, 2024
1 parent f78a037 commit 0a324dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/executors/http/tests/buildHTTPExecutor.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ describe('buildHTTPExecutor', () => {
useGETForQueries: true,
fetch() {
return new Response(
JSON.stringify({ errors: [{ message: 'test error', extension: { code: 'test code' } }] }),
JSON.stringify({ errors: [{ message: 'test error', extensions: { code: 'test code' } }] }),
{
headers: { 'Content-Type': 'application/json' },
},
Expand Down

0 comments on commit 0a324dc

Please sign in to comment.