summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessio Ababilov <aababilo@yahoo-inc.com>2013-01-28 15:13:30 +0200
committerAlessio Ababilov <aababilo@yahoo-inc.com>2013-01-28 15:13:30 +0200
commitf02e974a324f44f33453b5d029878327831c3164 (patch)
treeca7523cc127706dea8a3e8d95afe4f5589b22131
parentb5288ab022d3733abae25971ca8afb56f1a7011b (diff)
downloadoslo-f02e974a324f44f33453b5d029878327831c3164.tar.gz
oslo-f02e974a324f44f33453b5d029878327831c3164.tar.xz
oslo-f02e974a324f44f33453b5d029878327831c3164.zip
Fix MonekyPatch typo in test_qpid
Change-Id: I55943cca1053de09a3fc004d40c940fb92322211
-rw-r--r--tests/unit/rpc/test_qpid.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/rpc/test_qpid.py b/tests/unit/rpc/test_qpid.py
index 27445ee..3565439 100644
--- a/tests/unit/rpc/test_qpid.py
+++ b/tests/unit/rpc/test_qpid.py
@@ -82,7 +82,7 @@ class RpcQpidTestCase(utils.BaseTestCase):
fixtures.MonkeyPatch('qpid.messaging.Sender',
lambda *_x, **_y: self.mock_sender))
self.useFixture(
- fixtures.MonekyPatch('qpid.messaging.Receiver',
+ fixtures.MonkeyPatch('qpid.messaging.Receiver',
lambda *_x, **_y: self.mock_receiver))
self.addCleanup(self._close_qpid)