Skip to content

Commit 6c02287

Browse files
committed
Improve test comments
1 parent eefd9c0 commit 6c02287

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
@@ -194,7 +194,7 @@ describe('Authentication API (OIDC)', () => {
194194
})
195195

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

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

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

0 commit comments

Comments
 (0)