mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -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 () {
|
describe('as contributor', function () {
|
||||||
beforeEach(async function () {
|
beforeEach(async function () {
|
||||||
let contributorRole = this.server.create('role', {name: 'Contributor'});
|
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();
|
return await authenticateSession();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue