Skip to content

Commit c870024

Browse files
committed
Update forbidden response message in block-invalid-urls test
1 parent 7d4d068 commit c870024

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/code/test/block-invalid-urls.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const forbiddenResponse = {
2020
headers: {
2121
'content-type': { value: 'text/plain' },
2222
},
23-
body: 'Access Denied: Invalid Path',
23+
body: 'Access Denied',
2424
};
2525

2626
describe('block-invalid-urls handler', () => {

0 commit comments

Comments
 (0)