summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--barbicanclient/test/test_barbican.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/barbicanclient/test/test_barbican.py b/barbicanclient/test/test_barbican.py
index 995ce1a..46f0c21 100644
--- a/barbicanclient/test/test_barbican.py
+++ b/barbicanclient/test/test_barbican.py
@@ -62,7 +62,7 @@ class WhenTestingBarbicanCLI(test_client.BaseEntityResource):
args = ""
exit_code, out = self.barbican(args)
self.assertEqual(2, exit_code)
- self.assertIn('error: the following', out)
+ self.assertIn('usage:', out)
def test_should_show_usage_with_help_flag(self):
args = "-h"