summaryrefslogtreecommitdiff
path: root/tests/disabled_shell_task.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/disabled_shell_task.py')
-rw-r--r--tests/disabled_shell_task.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/disabled_shell_task.py b/tests/disabled_shell_task.py
index 407e335..7bae862 100644
--- a/tests/disabled_shell_task.py
+++ b/tests/disabled_shell_task.py
@@ -136,7 +136,7 @@ class TestTaskRunner(base.TestWithGearman):
def side_effect():
raise Exception('check results failed!')
- #ShellTask._parse_and_check_results = _fake_parse_and_check_results
+ # ShellTask._parse_and_check_results = _fake_parse_and_check_results
mocked_parse_and_check_results.side_effect = side_effect
self.start_server()