summaryrefslogtreecommitdiff
path: root/tests/unit/test_shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/test_shell.py')
-rw-r--r--tests/unit/test_shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test_shell.py b/tests/unit/test_shell.py
index 17ac995..ca14045 100644
--- a/tests/unit/test_shell.py
+++ b/tests/unit/test_shell.py
@@ -1290,7 +1290,7 @@ class TestParsing(TestBase):
self.assertTrue(out.find('[--key <api_key>]') > 0)
self.assertEqual(-1, out.find('--os-username=<auth-user-name>'))
- ## --os-help return os options help
+ # --os-help return os options help
opts = {}
args = _make_args("", opts, os_opts)
with CaptureOutput() as out: