mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-15 02:47:59 +00:00
move lua scripts into a separate directory
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user