Skip to content

Commit a336edd

Browse files
committed
✅ Update test for new Click output
1 parent ce2f27b commit a336edd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_completion/test_completion_show.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ def test_completion_show_invalid_shell():
146146
shellingham, "detect_shell", return_value=("xshell", "/usr/bin/xshell")
147147
):
148148
result = runner.invoke(app, ["--show-completion"])
149-
assert "Shell xshell not supported" in result.stdout
149+
assert "Shell xshell not supported" in result.output

0 commit comments

Comments
 (0)