We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2f27b commit a336eddCopy full SHA for a336edd
1 file changed
tests/test_completion/test_completion_show.py
@@ -146,4 +146,4 @@ def test_completion_show_invalid_shell():
146
shellingham, "detect_shell", return_value=("xshell", "/usr/bin/xshell")
147
):
148
result = runner.invoke(app, ["--show-completion"])
149
- assert "Shell xshell not supported" in result.stdout
+ assert "Shell xshell not supported" in result.output
0 commit comments