fix issues
This commit is contained in:
@@ -88,7 +88,7 @@ describe('League roster admin read (HTTP, league-scoped)', () => {
|
||||
|
||||
await agent
|
||||
.post('/auth/signup')
|
||||
.send({ email: 'roster-read-user@gridpilot.local', password: 'pw1', displayName: 'Roster Read User' })
|
||||
.send({ email: 'roster-read-user@gridpilot.local', password: 'Password123!', displayName: 'Roster Read User' })
|
||||
.expect(201);
|
||||
|
||||
await agent.get('/leagues/league-5/admin/roster/members').expect(403);
|
||||
|
||||
Reference in New Issue
Block a user