We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecdbc8f commit 3f73b45Copy full SHA for 3f73b45
src/audits/server.ts
@@ -936,7 +936,7 @@ export function serverAudits(opts: ServerAuditOptions): Audit[] {
936
});
937
ressert(res).status.toBe(400);
938
},
939
- )
+ ),
940
// TODO: how to fail and have the data entry?
941
// audit('EE52', 'MUST use 2xx status code if response contains the data entry and it is not null when accepting application/graphql-response+json'),
942
// TODO: how to make an unauthorized request?
0 commit comments