Skip to content

Commit 9a425d7

Browse files
committed
fix(audits): incorrect status code range
1 parent a49c45b commit 9a425d7

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
@@ -567,7 +567,7 @@ export function serverAudits(opts: ServerAuditOptions): Audit[] {
567567
},
568568
body: '{ "not a JSON',
569569
});
570-
ressert(res).status.toBeBetween(400, 499);
570+
ressert(res).status.toBeBetween(400, 599);
571571
},
572572
),
573573
audit(

0 commit comments

Comments
 (0)