summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Sergeyev <vsergeyev@mirantis.com>2014-04-15 18:00:21 +0300
committerVictor Sergeyev <vsergeyev@mirantis.com>2014-04-15 18:00:21 +0300
commitc16226205918b25341ee7f7b7c30bbcbd316451a (patch)
tree7a54654d915ca6374f7aa196d53b82053805e47e
parenta88783ae192ee84d66edd109a6b4397191da2108 (diff)
downloadoslo-middleware-c16226205918b25341ee7f7b7c30bbcbd316451a.tar.gz
Use moxstubout and mockpatch from oslotest
Modules moxstubout and mockpatch from openstack/common/fixture/ are obsolete, so we should use them from oslotest library. Also oslotest depends on mock and mox, so we no longer need to specify them directly in test-requirements files Change-Id: I139133457cd73ee83537dead3446ee30d0ee5589
-rw-r--r--tests/unit/middleware/test_correlation_id.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/middleware/test_correlation_id.py b/tests/unit/middleware/test_correlation_id.py
index d94916b..3db9785 100644
--- a/tests/unit/middleware/test_correlation_id.py
+++ b/tests/unit/middleware/test_correlation_id.py
@@ -17,8 +17,8 @@ import uuid
import mock
from oslotest import base as test_base
+from oslotest import moxstubout
-from openstack.common.fixture import moxstubout
from openstack.common.middleware import correlation_id