mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 05:14:12 +03:00
Fixed lint for staff user test
This commit is contained in:
parent
76419f8ed4
commit
74f94e85a4
@ -904,7 +904,7 @@ describe('Acceptance: Staff', function () {
|
||||
});
|
||||
|
||||
describe('when logged in as owner', function () {
|
||||
let admin, adminRole, ownerRole, suspendedUser;
|
||||
let admin, adminRole, ownerRole;
|
||||
|
||||
beforeEach(async function () {
|
||||
this.server.loadFixtures('roles');
|
||||
|
Loading…
Reference in New Issue
Block a user