mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Fixed lint for staff user test
This commit is contained in:
parent
76419f8ed4
commit
74f94e85a4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue