X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/1ccd4360b4c4c9a861aea022cec084a9eddad283..00094c43d1690547697f435374bd3a7d939c993f:/test/python/dummy_tokenizer.py diff --git a/test/python/dummy_tokenizer.py b/test/python/dummy_tokenizer.py index 0a86ba8d..18e322ca 100644 --- a/test/python/dummy_tokenizer.py +++ b/test/python/dummy_tokenizer.py @@ -57,7 +57,7 @@ class DummyNameAnalyzer: def update_postcodes_from_db(self): pass - def update_special_phrases(self, phrases): + def update_special_phrases(self, phrases, should_replace): self.analyser_cache['special_phrases'] = phrases def add_country_names(self, code, names):