mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 23:57:32 +00:00
fix: v4 test failing with apollo migration
This commit is contained in:
parent
7b669622a6
commit
7f1131651e
@ -20,6 +20,6 @@ describe('Test Graphql Utils', () => {
|
||||
const res = await supertestAgent.get('/graphql').set('accept', 'text/html');
|
||||
|
||||
expect(res.statusCode).toBe(200);
|
||||
expect(res.text).toContain('<title>GraphQL Playground</title>');
|
||||
expect(res.text).toContain('<title>Apollo Server</title>');
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user