Skip to content

Commit c3cc9e4

Browse files
committed
1 parent e63fc96 commit c3cc9e4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

spec/ParseGraphQLServer.spec.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9559,11 +9559,7 @@ describe('ParseGraphQLServer', () => {
95599559
maxUploadSize: '1kb',
95609560
requestComplexity: { includeDepth: 10 },
95619561
});
9562-
parseGraphQLServer = new ParseGraphQLServer(parseServer, {
9563-
graphQLPath: '/graphql',
9564-
playgroundPath: '/playground',
9565-
subscriptionsPath: '/subscriptions',
9566-
});
9562+
await createGQLFromParseServer(parseServer);
95679563
const team = new Parse.Object('Team');
95689564
team.set('name', 'imATeam1');
95699565
await team.save();

0 commit comments

Comments
 (0)