X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/79da96b369aa86fdcec21c4d0eb8465b6ed54fc5..c77df2d1ebb40bbdf28aa337490e7af2861b334d:/test/python/test_tools_country_info.py diff --git a/test/python/test_tools_country_info.py b/test/python/test_tools_country_info.py index 59737769..66f785c2 100644 --- a/test/python/test_tools_country_info.py +++ b/test/python/test_tools_country_info.py @@ -8,7 +8,7 @@ from nominatim.tools import country_info @pytest.fixture(autouse=True) def read_config(def_config): - country_info.setup_country_config(def_config.config_dir / 'country_settings.yaml') + country_info.setup_country_config(def_config) @pytest.mark.parametrize("no_partitions", (True, False)) def test_setup_country_tables(src_dir, temp_db_with_extensions, dsn, temp_db_cursor,