X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/a79ab417823dbb065d94a803633e31db2067cd0b..8c73c0795e60e9d3f076bcfc26249cae55efbd79:/test/python/cli/test_cli.py diff --git a/test/python/cli/test_cli.py b/test/python/cli/test_cli.py index e8e18504..07d6c31f 100644 --- a/test/python/cli/test_cli.py +++ b/test/python/cli/test_cli.py @@ -29,7 +29,7 @@ def test_cli_help(cli_call, capsys): def test_cli_version(cli_call, capsys): """ Running nominatim tool --version prints a version string. """ - assert cli_call('--version') == 1 + assert cli_call('--version') == 0 captured = capsys.readouterr() assert captured.out.startswith('Nominatim version')