Link bus stop finder source code

This commit is contained in:
Edward Betts 2026-08-15 12:45:18 +01:00
parent aeb429768b
commit 07080c79d3
2 changed files with 7 additions and 0 deletions

View file

@ -267,4 +267,5 @@ def test_about_documents_urls_and_services(client: Any) -> None:
assert b"?node=485403178" in response.data
assert b"?lat=51.4545&lon=-2.5879" in response.data
assert b"overpass.atownsend.org.uk" in response.data
assert b"https://git.4angle.com/edward/openstreetmap-tools" in response.data
assert b"JSON endpoints" in response.data