summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nova/tests/rpc/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/rpc/common.py b/nova/tests/rpc/common.py
index c07ddfa1a..3c13869ba 100644
--- a/nova/tests/rpc/common.py
+++ b/nova/tests/rpc/common.py
@@ -212,7 +212,7 @@ class BaseRpcAMQPTestCase(BaseRpcTestCase):
break
greenthread.sleep(0.1)
else:
- self.fail("Timeout waiting for message to be consued")
+ self.fail("Timeout waiting for message to be consumed")
# Now see if we get a response even though we raised an
# exception for the cast above.