summaryrefslogtreecommitdiff
path: root/nova/test.py
diff options
context:
space:
mode:
authorDevdatta Kulkarni <devdatta.kulkarni@rackspace.com>2016-08-03 11:19:14 -0500
committerDevdatta Kulkarni <devdatta.kulkarni@rackspace.com>2016-08-03 11:24:31 -0500
commit318fc82bf88bcbc14ae75c8002ce3db51df33dfa (patch)
tree0a0488250c484c26f532f483fff3d6d3d1c303d2 /nova/test.py
parent7cf8ab73544c04ab31429da73cd377b9ea0764eb (diff)
downloadnova-318fc82bf88bcbc14ae75c8002ce3db51df33dfa.tar.gz
TrivialFix: Fixed a typo in nova/test.py
Change-Id: I8a57b6b0a23a0e0f127477bb18055c33ae592f57
Diffstat (limited to 'nova/test.py')
-rw-r--r--nova/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/test.py b/nova/test.py
index 1fab842066..a77fe4244b 100644
--- a/nova/test.py
+++ b/nova/test.py
@@ -461,7 +461,7 @@ class ContainKeyValue(object):
The ContainKeyValue class is a helper for use with the
mock.assert_*() method that lets you assert that a particular
- dict contain a key/value paire. It enables strict check than
+ dict contain a key/value pair. It enables strict check than
the built in mock.ANY helper, and is the equivalent of the
mox.ContainsKeyValue() function from the legacy mox library