From d08343e9da2fac4fabfbb2697dc20b8ff50f8b76 Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Thu, 4 Jul 2024 15:43:56 -0400 Subject: [PATCH] feat: update Radio Settings fixture --- fixtures/sample/radiosettings.json | 53 +++++++++++++----------------- 1 file changed, 23 insertions(+), 30 deletions(-) diff --git a/fixtures/sample/radiosettings.json b/fixtures/sample/radiosettings.json index 54a803d6..39632a71 100644 --- a/fixtures/sample/radiosettings.json +++ b/fixtures/sample/radiosettings.json @@ -1,33 +1,26 @@ [ - { - "model": "program.radiosettings", - "pk": 1, - "fields": { - "cba_api_key": "", - "cba_domains": [ - "cba.media" - ], - "fallback_default_pool": "fallback", - "fallback_pools": { - "fallback": "Station Fallback Pool" - }, - "fallback_show": null, - "host_image_aspect_ratio": "1:1", - "host_image_shape": "round", - "line_in_channels": { - "0": "live", - "1": "preprod" - }, - "micro_show": null, - "note_image_aspect_ratio": "16:9", - "note_image_shape": "rect", - "show_image_aspect_ratio": "16:9", - "show_image_shape": "rect", - "show_logo_aspect_ratio": "1:1", - "show_logo_shape": "rect", - "station_logo": null, - "station_name": "Radio AURA", - "station_website": "https://aura.radio" + { + "model": "program.radiosettings", + "pk": 1, + "fields": { + "cba_api_key": "", + "cba_domains": ["cba.media"], + "fallback_default_pool": "fallback", + "fallback_show": null, + "host_image_aspect_ratio": "1:1", + "host_image_shape": "round", + "line_in_channels": {"0": "live", "1": "preprod"}, + "micro_show": null, + "note_image_aspect_ratio": "16:9", + "pools": {"fallback": "Station Fallback Pool"}, + "note_image_shape": "rect", + "show_image_aspect_ratio": "16:9", + "show_image_shape": "rect", + "show_logo_aspect_ratio": "1:1", + "show_logo_shape": "rect", + "station_logo": null, + "station_name": "Radio AURA", + "station_website": "https://aura.radio", + }, } - } ] -- GitLab