Skip to content

Commit 5d8c052

Browse files
committed
revert to check for 403, local problem might have caused it
1 parent 9a66ee9 commit 5d8c052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/authentication-oidc-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ describe('Authentication API (OIDC)', () => {
205205
})
206206
})
207207

208-
it('Returns 200 but should it?', () => {
209-
expect(response).to.have.property('status', 200)
208+
it('Returns 403 but should it?', () => {
209+
expect(response).to.have.property('status', 403)
210210
})
211211
})
212212

0 commit comments

Comments
 (0)