0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

💄Updated fixtures for Ghost v3 content + assets (#11247)

no issue 

- Updated post images and content
- Updated default blog cover asset
- Updated default Ghost user avatar
This commit is contained in:
Naz Gargol 2019-10-17 10:49:30 +02:00 committed by GitHub
parent 8ab1d3fae9
commit f1fa74b5c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 22 deletions

View file

@ -37,7 +37,7 @@
"defaultValue": "https://static.ghost.org/v1.0.0/images/ghost-logo.svg"
},
"cover_image": {
"defaultValue": "https://static.ghost.org/v1.0.0/images/blog-cover.jpg"
"defaultValue": "https://static.ghost.org/v3.0.0/images/publication-cover.png"
},
"icon": {
"defaultValue": ""

File diff suppressed because one or more lines are too long

View file

@ -20,7 +20,7 @@ var should = require('should'),
describe('DB version integrity', function () {
// Only these variables should need updating
const currentSchemaHash = '09ab28b8a18dc7f7f4fb5dbd5ccc10ac';
const currentFixturesHash = 'a15f00c333f207418952a9559fc3239f';
const currentFixturesHash = '59714063fa30b2f3fbfc929551b3c1e5';
// If this test is failing, then it is likely a change has been made that requires a DB version bump,
// and the values above will need updating as confirmation