X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8c073993efe8cb0f89eb2aa389d93ac9e9dc34f5..5617bffe2fcf527365bcd801304180e1cc07cb98:/test/python/cli/test_cli.py?ds=inline 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')