forked from hans/Nominatim
provide full URL in more field
This is a regression against the PHP version. Fixes #3138.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user