Skip to content

Commit

Permalink
chore: fix schema tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Jan 4, 2024
1 parent 4d5fec9 commit d8bd8ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/schema/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export const fetch = (query: string): Promise<any> =>
got
.post('http://127.0.0.1:8888/graphql', {
headers: {
'Content-Type': 'application/json',
'api-key': 'cfdb0555111c0f8924cecab028b53474',
// Pass the same headers as @amazeelabs/gatsby-source-silverback does.
// See getForwardedHeaders function in the mentioned package.
Expand Down

0 comments on commit d8bd8ac

Please sign in to comment.