Skip to content

Commit d0b4749

Browse files
Do not check for user header in oidc test
1 parent a710be5 commit d0b4749

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/integration/authentication-oidc-test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,6 @@ describe('Authentication API (OIDC)', () => {
442442
expect(res.status).to.equal(302)
443443
callbackUri = res.headers.get('location')
444444
expect(callbackUri.startsWith('https://app.example.com#'))
445-
446-
expect(res.headers.get('user')).to.equal(aliceWebId)
447445
})
448446
})
449447

0 commit comments

Comments
 (0)