mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Updated fixtures regression test
This commit is contained in:
parent
d325912a55
commit
c4706230d9
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ describe('Database Migration (special functions)', function () {
|
|||
result.roles.at(7).get('name').should.eql('Scheduler Integration');
|
||||
|
||||
// Permissions
|
||||
result.permissions.length.should.eql(62);
|
||||
result.permissions.length.should.eql(65);
|
||||
result.permissions.toJSON().should.be.CompletePermissions();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue