0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Fixed settings integrity spec

refs c199918465

Fixes integrity spec with last commit's change
This commit is contained in:
Rishabh 2021-05-10 18:54:47 +05:30
parent c199918465
commit 3d9d2b7974

View file

@ -34,7 +34,7 @@ describe('DB version integrity', function () {
// Only these variables should need updating
const currentSchemaHash = 'ffa4eec4208614b93b6b8fb68b55f126';
const currentFixturesHash = '8671672598d2a62e53418c4b91aa79a3';
const currentSettingsHash = '5b7da5ca4ea0fae8233d9f9ae3c026e3';
const currentSettingsHash = '45bafc7f4a55da9ce3d84282a34bbd11';
const currentRoutesHash = '3d180d52c663d173a6be791ef411ed01';
// If this test is failing, then it is likely a change has been made that requires a DB version bump,