mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Fixed linter error
This commit is contained in:
parent
5bf3fe9cb8
commit
b272b34a44
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ describe('Acceptance: Content', function () {
|
|||
describe('as contributor', function () {
|
||||
beforeEach(async function () {
|
||||
let contributorRole = this.server.create('role', {name: 'Contributor'});
|
||||
let contributor = this.server.create('user', {roles: [contributorRole]});
|
||||
this.server.create('user', {roles: [contributorRole]});
|
||||
|
||||
return await authenticateSession();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue