There was an error while loading. Please reload this page.
1 parent 5ccedd7 commit a322d2cCopy full SHA for a322d2c
src/audits/server.ts
@@ -125,7 +125,9 @@ export function serverAudits(opts: ServerAuditOptions): Audit[] {
125
headers: {
126
'content-type': 'application/json; charset=utf-8',
127
},
128
- body: JSON.stringify({ query: '{ __typename }' }),
+ body: JSON.stringify({
129
+ query: '{ __type(name: "Run🏃Swim🏊") { name } }',
130
+ }),
131
});
132
133
ressert(res).status.toBe(200);
0 commit comments