Skip to content

Commit

Permalink
Updated "none shell" test
Browse files Browse the repository at this point in the history
  • Loading branch information
c22 committed Sep 22, 2016
1 parent 4e2b5c7 commit f4320aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def test_completion_alone(script):
Test getting completion for none shell, just pip completion
"""
result = script.pip('completion', expect_error=True)
assert 'ERROR: You must pass --bash or --zsh' in result.stderr, \
assert 'ERROR: You must pass --bash or --fish or --zsh' in result.stderr, \
'completion alone failed -- ' + result.stderr


Expand Down

0 comments on commit f4320aa

Please sign in to comment.