From e35b1ae6c064911cdea6f85da98b20c125508493 Mon Sep 17 00:00:00 2001
From: Ernesto Rico Schmidt <ernesto@helsinki.at>
Date: Mon, 21 Feb 2022 12:19:59 -0400
Subject: [PATCH] Removed created, last_updated from Show fixture

---
 fixtures/program/show.json | 2 --
 1 file changed, 2 deletions(-)

diff --git a/fixtures/program/show.json b/fixtures/program/show.json
index 808817de..ba2a701b 100644
--- a/fixtures/program/show.json
+++ b/fixtures/program/show.json
@@ -19,8 +19,6 @@
       "website": null,
       "cba_series_id": null,
       "default_playlist_id": null,
-      "created": "1969-12-31T22:00:00Z",
-      "last_updated": "1969-12-31T22:00:00Z",
       "is_active": true,
       "is_public": false,
       "hosts": [
-- 
GitLab