Skip to content

Commit

Permalink
fixup tests missing graphRef
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer committed Aug 30, 2023
1 parent f0c84d4 commit f016446
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ describe('ApolloServerBase construction', () => {
typeDefs,
resolvers,
apollo: {
graphRef: 'foo@bar',
key: 'bar▒baz▒',
},
});
Expand All @@ -130,6 +131,7 @@ describe('ApolloServerBase construction', () => {
typeDefs,
resolvers,
apollo: {
graphRef: 'foo@bar',
key: 'barbaz\n',
},
logger,
Expand Down

0 comments on commit f016446

Please sign in to comment.