Skip to content

Commit 0ad9760

Browse files
committed
Fix test
1 parent 0efff0c commit 0ad9760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ describe('OAuth2 middleware', () => {
7474
it('should emit a 500 when an error occured while accessing the introspection server', async () => {
7575

7676
const app = getApp();
77-
await expectStatus(500, app, '/', 'Bearer error');
77+
await expectStatus(502, app, '/', 'Bearer error');
7878

7979
});
8080

0 commit comments

Comments
 (0)