mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-15 19:07:58 +00:00
use data paths from new nominatim.paths
This commit is contained in:
@@ -21,7 +21,7 @@ def test_config(src_dir, tmp_path):
|
||||
"""
|
||||
(tmp_path / 'project').mkdir()
|
||||
(tmp_path / 'config').mkdir()
|
||||
conf = Configuration(tmp_path / 'project', src_dir / 'settings')
|
||||
conf = Configuration(tmp_path / 'project')
|
||||
conf.config_dir = tmp_path / 'config'
|
||||
return conf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user