]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/conftest.py
more invalidations when boundary changes rank
[nominatim.git] / test / python / conftest.py
index f4581bf92aae0b879e362bccef351616029be118..405262950b78319d2924274ad497f933b03490f2 100644 (file)
@@ -211,11 +211,6 @@ def osmline_table(temp_db_with_extensions, table_factory):
                      country_code VARCHAR(2)""")
 
 
-@pytest.fixture
-def word_table(temp_db_conn):
-    return mocks.MockWordTable(temp_db_conn)
-
-
 @pytest.fixture
 def sql_preprocessor_cfg(tmp_path, table_factory, temp_db_with_extensions):
     table_factory('country_name', 'partition INT', ((0, ), (1, ), (2, )))