diff --git a/fixtures/sample/radiosettings.json b/fixtures/sample/radiosettings.json
index 54a803d6836cff4f3ddb127c236cd85f60b26358..39632a71177b24fcbf75c5a2b0c713df75192a42 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",
+        },
     }
-  }
 ]