From 48453485dc88f1c655edf4766b29060427963330 Mon Sep 17 00:00:00 2001 From: David Park Date: Wed, 18 Oct 2023 22:57:59 +0100 Subject: [PATCH] fix: correctly align input.json --- uk_bin_collection/tests/input.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/uk_bin_collection/tests/input.json b/uk_bin_collection/tests/input.json index 09e253986c..86befd4ec6 100644 --- a/uk_bin_collection/tests/input.json +++ b/uk_bin_collection/tests/input.json @@ -103,12 +103,12 @@ "wiki_note": "Pass the name of the street with the house number parameter, wrapped in double quotes" }, "BuryCouncil": { - "SKIP_GET_URL": "SKIP_GET_URL", - "house_number": "3", - "postcode": "M26 3XY", - "url": "https://www.bury.gov.uk/waste-and-recycling/bin-collection-days-and-alerts", - "wiki_name": "Bury Council", - "wiki_note": "Pass the postcode and house number in their respective arguments, both wrapped in quotes." + "SKIP_GET_URL": "SKIP_GET_URL", + "house_number": "3", + "postcode": "M26 3XY", + "url": "https://www.bury.gov.uk/waste-and-recycling/bin-collection-days-and-alerts", + "wiki_name": "Bury Council", + "wiki_note": "Pass the postcode and house number in their respective arguments, both wrapped in quotes." }, "CrawleyBoroughCouncil": { "SKIP_GET_URL": "SKIP_GET_URL",