X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/252fe42612f60641abbe44a24e460c989859a148..7321e66d0884cc20c03c04e08a0c9d50001620ad:/test/python/api/fake_adaptor.py?ds=inline diff --git a/test/python/api/fake_adaptor.py b/test/python/api/fake_adaptor.py index f04381db..d886d34e 100644 --- a/test/python/api/fake_adaptor.py +++ b/test/python/api/fake_adaptor.py @@ -47,6 +47,9 @@ class FakeAdaptor(glue.ASGIAdaptor): return FakeResponse(status, output, self.content_type) + def base_uri(self) -> str: + return 'http://test' + def config(self): return self._config