From 761592ea4b86da96c91b5b008717e42bb14b7612 Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Thu, 28 Jul 2022 16:34:43 -0400 Subject: [PATCH] Remove website fields from show & host fixtures. --- fixtures/program/host.json | 1 - fixtures/program/show.json | 1 - 2 files changed, 2 deletions(-) diff --git a/fixtures/program/host.json b/fixtures/program/host.json index d4c3989a..f8dbfc72 100644 --- a/fixtures/program/host.json +++ b/fixtures/program/host.json @@ -6,7 +6,6 @@ "name": "Musikredaktion", "is_active": true, "email": "", - "website": "", "biography": null, "ppoi": "0.5x0.5", "height": null, diff --git a/fixtures/program/show.json b/fixtures/program/show.json index 778075b6..ce3183ee 100644 --- a/fixtures/program/show.json +++ b/fixtures/program/show.json @@ -16,7 +16,6 @@ "short_description": "Unmoderiertes Musikprogramm", "description": "Unmoderiertes Musikprogramm", "email": "musikredaktion@helsinki.at", - "website": null, "cba_series_id": null, "default_playlist_id": null, "is_active": true, -- GitLab