summaryrefslogtreecommitdiff
path: root/tests/test_shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_shell.py')
-rw-r--r--tests/test_shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_shell.py b/tests/test_shell.py
index 850b57f1..6410935a 100644
--- a/tests/test_shell.py
+++ b/tests/test_shell.py
@@ -66,7 +66,7 @@ class ShellTest(utils.TestCase):
# Make a fake shell object, a helping wrapper to call it, and a quick
# way of asserting that certain API calls were made.
global shell, _shell, assert_called, assert_called_anytime
- shell = lambda sh,cmd: sh.run(cmd.split())
+ shell = lambda sh, cmd: sh.run(cmd.split())
# Patch out some common methods
#self.auth_patch = mock.patch(