mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fixed typo in snippets permission fixtures
refs https://github.com/TryGhost/Ghost/pull/12283 - `delete` -> `destroy` for action type
This commit is contained in:
parent
15afed4b81
commit
e5a92be932
2 changed files with 2 additions and 2 deletions
|
@ -450,7 +450,7 @@
|
|||
},
|
||||
{
|
||||
"name": "Delete snippets",
|
||||
"action_type": "delete",
|
||||
"action_type": "destroy",
|
||||
"object_type": "snippet"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -33,7 +33,7 @@ const defaultSettings = require('../../../../core/server/data/schema/default-set
|
|||
describe('DB version integrity', function () {
|
||||
// Only these variables should need updating
|
||||
const currentSchemaHash = 'c4de64f1c1114eb8b05c7473e3adc29e';
|
||||
const currentFixturesHash = '3f99425b6349553ee246b14f3b24c9f8';
|
||||
const currentFixturesHash = 'd46d696c94d03e41a5903500547fea77';
|
||||
const currentSettingsHash = 'c8daa2c9632bb75f9d60655de09ae3bd';
|
||||
const currentRoutesHash = '3d180d52c663d173a6be791ef411ed01';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue