diff options
| author | jeckxie <xiexiaozhe@inspur.com> | 2016-12-14 14:39:24 +0800 |
|---|---|---|
| committer | jeckxie <xiexiaozhe@inspur.com> | 2016-12-14 14:39:24 +0800 |
| commit | 74360e00f51bd6be275ae5e7e5fc0e1ee765b54f (patch) | |
| tree | ef0083f0e937575f4e1114535bf8cd47aba8702d /openstackclient/tests/unit/test_shell.py | |
| parent | 112afb752b3856658c93d4f6da2abeb68d192dfc (diff) | |
| download | python-openstackclient-74360e00f51bd6be275ae5e7e5fc0e1ee765b54f.tar.gz | |
[TrivialFix] Fix typo error
Change-Id: Iaba9ba22de044b34b4b77f81bcdccda13af81405
Diffstat (limited to 'openstackclient/tests/unit/test_shell.py')
| -rw-r--r-- | openstackclient/tests/unit/test_shell.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/tests/unit/test_shell.py b/openstackclient/tests/unit/test_shell.py index 3d91da9b..b9fac684 100644 --- a/openstackclient/tests/unit/test_shell.py +++ b/openstackclient/tests/unit/test_shell.py @@ -422,7 +422,7 @@ class TestShellArgV(TestShell): Use the argv supplied by the test runner so we get actual Python runtime behaviour; we only need to check the type of argv[0] - which will alwyas be present. + which will always be present. """ with mock.patch( |
