Skip to content

Commit 0e477fe

Browse files
committed
fix(audits): update 9ABE to SHOULD to match spec
1 parent a78dbdf commit 0e477fe

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
@@ -191,7 +191,7 @@ export function serverAudits(opts: ServerAuditOptions): Audit[] {
191191
// Request POST
192192
audit(
193193
'9ABE',
194-
'MAY respond with 4xx status code if content-type is not supplied on POST requests',
194+
'SHOULD respond with 4xx status code if content-type is not supplied on POST requests',
195195
async () => {
196196
const res = await fetchFn(await getUrl(opts.url), {
197197
method: 'POST',

0 commit comments

Comments
 (0)