Fixed lint

refs 594ef34871
This commit is contained in:
Rishabh 2022-08-26 15:31:10 +05:30
parent 74f94e85a4
commit 5e2613b6ed

View File

@ -920,9 +920,6 @@ describe('Acceptance: Staff', function () {
// add an expired invite
this.server.create('invite', {expires: moment.utc().subtract(1, 'day').valueOf(), role: adminRole});
// add a suspended user
suspendedUser = this.server.create('user', {email: 'suspended@example.com', roles: [adminRole], status: 'inactive'});
return await authenticateSession();
});