mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-15 19:07:58 +00:00
Added --no-replace command for special phrases importation and added corresponding tests
This commit is contained in:
@@ -47,7 +47,7 @@ def sp_wiki_loader(monkeypatch, def_config):
|
||||
mock_get_wiki_content)
|
||||
return loader
|
||||
|
||||
def mock_get_wiki_content(lang):
|
||||
def mock_get_wiki_content(self, lang):
|
||||
"""
|
||||
Mock the _get_wiki_content() method to return
|
||||
static xml test file content.
|
||||
|
||||
Reference in New Issue
Block a user