Skip to content
Snippets Groups Projects
Commit e6ea84e9 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Fix {host,show}.json fixtures

parent 5408fe00
No related branches found
No related tags found
No related merge requests found
......@@ -7,10 +7,12 @@
"is_active": true,
"email": "",
"biography": null,
"ppoi": "0.5x0.5",
"height": null,
"width": null,
"image": ""
"image": null,
"image_ppoi": "0.5x0.5",
"image_width": null,
"image_height": null,
"created_at": "2000-06-01 00:00Z",
"created_by": "loaddata"
}
}
]
......@@ -8,10 +8,10 @@
"funding_category": 1,
"name": "Musikprogramm",
"slug": "musikprogramm",
"ppoi": "0.5x0.5",
"height": null,
"width": null,
"image": "",
"image": null,
"image_width": null,
"image_height": null,
"image_ppoi": "0.5x0.5",
"logo": "",
"short_description": "Unmoderiertes Musikprogramm",
"description": "Unmoderiertes Musikprogramm",
......@@ -27,7 +27,9 @@
"language": [],
"category": [],
"topic": [],
"music_focus": []
"music_focus": [],
"created_at": "2000-06-01 00:00Z",
"created_by": "loaddata"
}
}
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment