Fixed linter error

This commit is contained in:
Kevin Ansfield 2022-02-19 22:26:28 +00:00
parent 729d0e9786
commit ae504b3e89
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ describe('Acceptance: Settings - Membership', function () {
this.server.loadFixtures('configs');
this.server.loadFixtures('products');
this.server.db.configs.update(1, {blogUrl: 'http://localhost:2368'})
this.server.db.configs.update(1, {blogUrl: 'http://localhost:2368'});
const role = this.server.create('role', {name: 'Owner'});
this.server.create('user', {roles: [role]});