--- tests/test_console.py 2023-04-17 17:29:45.133955886 +0200 +++ tests/test_console.py 2023-04-17 17:23:50.813635235 +0200 @@ -204,7 +204,7 @@ runner = CliRunner() result = runner.invoke(cli, ['notexists']) - assert 'Error: No such command "notexists"' in result.output + assert "Error: No such command 'notexists'" in result.output def test_choice_default(monkeypatch):