]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/test_cli.py
Added test and removed runlegacyscript
[nominatim.git] / test / python / test_cli.py
index 418f4bcfdeb7b1f4ded6a1b8c474e6c59c45d4d5..1f9cd06d4be7e0401e6162ac2cc60da2bea49149 100644 (file)
@@ -65,7 +65,6 @@ def test_cli_help(capsys):
 
 @pytest.mark.parametrize("command,script", [
                          (('special-phrases',), 'specialphrases'),
-                         (('add-data', '--tiger-data', 'tiger'), 'setup'),
                          (('add-data', '--file', 'foo.osm'), 'update'),
                          (('export',), 'export')
                          ])