]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/tools/test_postcodes.py
switch tests to ICU tokenizer as default
[nominatim.git] / test / python / tools / test_postcodes.py
index 556d6457a0e9c726e1bae855be318f4fe2f89d2f..bdfe309471f0995188c9fdd32cc13815e9cac9ee 100644 (file)
@@ -65,7 +65,7 @@ def tokenizer():
     return dummy_tokenizer.DummyTokenizer(None, None)
 
 @pytest.fixture
-def postcode_table(temp_db_conn, placex_table, word_table):
+def postcode_table(temp_db_conn, placex_table):
     return MockPostcodeTable(temp_db_conn)