X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/4cc788f69e1191d2dd985aeac143597566529f24..refs/heads/master:/test/python/cli/conftest.py diff --git a/test/python/cli/conftest.py b/test/python/cli/conftest.py index 921a3a32..0c61b29e 100644 --- a/test/python/cli/conftest.py +++ b/test/python/cli/conftest.py @@ -69,8 +69,7 @@ def cli_call(): Returns a function that can be called with the desired CLI arguments. """ def _call_nominatim(*args): - return nominatim_db.cli.nominatim(osm2pgsql_path='OSM2PGSQL NOT AVAILABLE', - cli_args=args) + return nominatim_db.cli.nominatim(cli_args=args) return _call_nominatim