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
committed by Phillip Thelen
parent dd2c2f62b8
commit 662e642729
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,