From 08efc20eae14a7f7fb906b1a3cff77b601ec7efa Mon Sep 17 00:00:00 2001 From: 5ila5 <5ila5@users.noreply.github.com> Date: Thu, 15 Feb 2024 19:47:24 +0100 Subject: [PATCH] make one test case an Integer --- .../waste_collection_schedule/source/nwleics_gov_uk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/waste_collection_schedule/waste_collection_schedule/source/nwleics_gov_uk.py b/custom_components/waste_collection_schedule/waste_collection_schedule/source/nwleics_gov_uk.py index f8a5dd578..2e1a481ce 100644 --- a/custom_components/waste_collection_schedule/waste_collection_schedule/source/nwleics_gov_uk.py +++ b/custom_components/waste_collection_schedule/waste_collection_schedule/source/nwleics_gov_uk.py @@ -8,7 +8,7 @@ URL = "https://nwleics.gov.uk/" # Insert url to service homepage. URL will show up in README.md and info.md TEST_CASES = { # Insert arguments for test cases to be used by test_sources.py script "Dunmore": {"uprn": "10002359002"}, - "Station Road": {"uprn": "100030573554"}, + "Station Road": {"uprn": 100030573554}, } API_URL = "https://my.nwleics.gov.uk/location?put=nwl{uprn}&rememberme=0&redirect=%2F"