Skip to content

Commit 3f73b45

Browse files
committed
lint
1 parent ecdbc8f commit 3f73b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/audits/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ export function serverAudits(opts: ServerAuditOptions): Audit[] {
936936
});
937937
ressert(res).status.toBe(400);
938938
},
939-
)
939+
),
940940
// TODO: how to fail and have the data entry?
941941
// audit('EE52', 'MUST use 2xx status code if response contains the data entry and it is not null when accepting application/graphql-response+json'),
942942
// TODO: how to make an unauthorized request?

0 commit comments

Comments
 (0)