summaryrefslogtreecommitdiff
path: root/novaclient/tests/unit/test_shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'novaclient/tests/unit/test_shell.py')
-rw-r--r--novaclient/tests/unit/test_shell.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/novaclient/tests/unit/test_shell.py b/novaclient/tests/unit/test_shell.py
index f46d0ad6..41544075 100644
--- a/novaclient/tests/unit/test_shell.py
+++ b/novaclient/tests/unit/test_shell.py
@@ -631,7 +631,7 @@ class ShellTest(utils.TestCase):
)
# We also expect to see the deprecation warning
self.assertIn(
- 'nova CLI is deprecated and will be a removed in a future release',
+ 'nova CLI is deprecated and will be removed in a future release',
sys.stderr.getvalue(),
)
@@ -769,7 +769,7 @@ class ShellTest(utils.TestCase):
self.assertIn('ERROR (MyException): message\n', err)
# We also expect to see the deprecation warning
self.assertIn(
- 'nova CLI is deprecated and will be a removed in a future release',
+ 'nova CLI is deprecated and will be removed in a future release',
err,
)