X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/c3788d765ed4e7ddf00794085af757714bc102cf..adeebec32a5e75318eb8714a38087055e3b2e757:/test/python/tools/test_postcodes.py diff --git a/test/python/tools/test_postcodes.py b/test/python/tools/test_postcodes.py index 556d6457..bdfe3094 100644 --- a/test/python/tools/test_postcodes.py +++ b/test/python/tools/test_postcodes.py @@ -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)