0
Fork 0
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:
Fabien O'Carroll 2021-10-14 13:21:51 +02:00
parent d3e291eea6
commit cb75c0f427

View file

@ -50,6 +50,7 @@ describe('Exporter', function () {
'mobiledoc_revisions',
'oauth',
'offers',
'offer_redemptions',
'permissions',
'permissions_roles',
'permissions_users',