From 41b67b11d1a4079fdb679f96f4a336f4e942ef93 Mon Sep 17 00:00:00 2001 From: Shawn Hardwick Date: Sun, 10 Aug 2025 23:09:51 -0400 Subject: [PATCH] Fix sonarr test fixture by adding missing json file --- internal/arr/test_fixtures/sonarr/v3_wanted_cutoff.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 internal/arr/test_fixtures/sonarr/v3_wanted_cutoff.json diff --git a/internal/arr/test_fixtures/sonarr/v3_wanted_cutoff.json b/internal/arr/test_fixtures/sonarr/v3_wanted_cutoff.json new file mode 100644 index 0000000..e9a8884 --- /dev/null +++ b/internal/arr/test_fixtures/sonarr/v3_wanted_cutoff.json @@ -0,0 +1,3 @@ +{ + "totalRecords": 1179 +} \ No newline at end of file