fix(tests): linting & more expects

Also one more tweak for invite validation responsiveness
This commit is contained in:
Sabe Jones
2018-11-14 07:43:08 -06:00
parent f635f178da
commit 64a3d08ce3
10 changed files with 40 additions and 37 deletions

View File

@@ -63,7 +63,7 @@ describe('GET /challenges/:challengeId/members', () => {
auth: {
local: {
username: groupLeader.auth.local.username,
}
},
},
flags: {
verifiedUsername: true,
@@ -84,7 +84,7 @@ describe('GET /challenges/:challengeId/members', () => {
auth: {
local: {
username: leader.auth.local.username,
}
},
},
flags: {
verifiedUsername: true,
@@ -107,7 +107,7 @@ describe('GET /challenges/:challengeId/members', () => {
auth: {
local: {
username: anotherUser.auth.local.username,
}
},
},
flags: {
verifiedUsername: true,