Skip to content

Commit 87119c5

Browse files
committed
fix(audits): inconsistency between D6D5 and 6A70
1 parent a49c45b commit 87119c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/audits/server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ export function serverAudits(opts: ServerAuditOptions): Audit[] {
474474
},
475475
});
476476
ressert(res).status.toBe(200);
477+
await ressert(res).bodyAsExecutionResult.notToHaveProperty('errors');
477478
},
478479
),
479480
audit(

0 commit comments

Comments
 (0)