]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/cli/conftest.py
release 5.1.0.post1
[nominatim.git] / test / python / cli / conftest.py
index 921a3a322949bcec14d876a8895c6f4b2473c363..0c61b29ea607577d1d8af1d9b18d1b07f34bd348 100644 (file)
@@ -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