Skip to content

Commit 08485b6

Browse files
kjetilkrubensworks
authored andcommitted
Improve test comments
1 parent 61da487 commit 08485b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/integration/authentication-oidc-test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ describe('Authentication API (OIDC)', () => {
193193
})
194194

195195
// TODO: Are the next two tests correct?
196-
describe('with that cookie and a matching origin', () => {
196+
describe('with that cookie and a this origin', () => {
197197
let response
198198
before(done => {
199199
alice.get('/')
@@ -210,7 +210,7 @@ describe('Authentication API (OIDC)', () => {
210210
})
211211
})
212212

213-
describe('without that cookie but with a matching origin', () => {
213+
describe('without that cookie but with a this origin', () => {
214214
let response
215215
before(done => {
216216
alice.get('/')
@@ -221,7 +221,7 @@ describe('Authentication API (OIDC)', () => {
221221
})
222222
})
223223

224-
it('Returns a 401, but should it?', () => {
224+
it('Should return a 401', () => {
225225
expect(response).to.have.property('status', 401)
226226
})
227227
})

0 commit comments

Comments
 (0)