X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/b54ff7d7664eadf3fdf018622540d6fce835502e..4760e8341b85df3d2b6f8e62b561cf343dbce352:/test/python/config/test_config.py diff --git a/test/python/config/test_config.py b/test/python/config/test_config.py index 8f90b5da..9f68fcb9 100644 --- a/test/python/config/test_config.py +++ b/test/python/config/test_config.py @@ -222,7 +222,7 @@ def test_get_import_style_intern(make_config, src_dir, monkeypatch): monkeypatch.setenv('NOMINATIM_IMPORT_STYLE', 'street') - expected = src_dir / 'settings' / 'import-street.lua' + expected = src_dir / 'lib-lua' / 'import-street.lua' assert config.get_import_style_file() == expected