From e6ea84e9d9b4559e9fa96f66db50a3595862740f Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Wed, 17 Aug 2022 15:28:10 -0400 Subject: [PATCH] Fix {host,show}.json fixtures --- fixtures/program/host.json | 10 ++++++---- fixtures/program/show.json | 12 +++++++----- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/fixtures/program/host.json b/fixtures/program/host.json index f8dbfc72..e49a3956 100644 --- a/fixtures/program/host.json +++ b/fixtures/program/host.json @@ -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" } } ] diff --git a/fixtures/program/show.json b/fixtures/program/show.json index ce3183ee..228a775a 100644 --- a/fixtures/program/show.json +++ b/fixtures/program/show.json @@ -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" } } ] -- GitLab