mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Fixed integration tests
refs https://github.com/TryGhost/Ghost/commit/b93e7d7f7c Our CI wasn't running integration tests so this slipped through. When adding a new table we must update the exporter to ensure it's exported, and that means the tests need to be updated to check for it!
This commit is contained in:
parent
d3e291eea6
commit
cb75c0f427
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ describe('Exporter', function () {
|
|||
'mobiledoc_revisions',
|
||||
'oauth',
|
||||
'offers',
|
||||
'offer_redemptions',
|
||||
'permissions',
|
||||
'permissions_roles',
|
||||
'permissions_users',
|
||||
|
|
Loading…
Reference in a new issue