adapt tests for new lua styles

This commit is contained in:
Sarah Hoffmann
2022-12-19 17:32:28 +01:00
parent f6fc750f08
commit 89a34e7508

View File

@@ -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.style'
expected = src_dir / 'settings' / 'import-street.lua'
assert config.get_import_style_file() == expected