summaryrefslogtreecommitdiff
path: root/cliff/tests/test_complete.py
diff options
context:
space:
mode:
Diffstat (limited to 'cliff/tests/test_complete.py')
-rw-r--r--cliff/tests/test_complete.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cliff/tests/test_complete.py b/cliff/tests/test_complete.py
index 7a650d6..b5a6bbf 100644
--- a/cliff/tests/test_complete.py
+++ b/cliff/tests/test_complete.py
@@ -120,6 +120,7 @@ def test_complete_command_take_action():
sot, app, cmd_mgr = given_complete_command()
parsed_args = mock.Mock()
parsed_args.name = "test_take"
+ parsed_args.shell = "bash"
content = app.stdout.content
assert 0 == sot.take_action(parsed_args)
assert "_test_take()\n" in content[0]