Skip to content

Commit

Permalink
make one test case an Integer
Browse files Browse the repository at this point in the history
  • Loading branch information
5ila5 committed Feb 15, 2024
1 parent 014fc94 commit 08efc20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 08efc20

Please sign in to comment.