summaryrefslogtreecommitdiffstats
path: root/tests/unit/test_context.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/test_context.py')
-rw-r--r--tests/unit/test_context.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/test_context.py b/tests/unit/test_context.py
index 2f9a3de..ae79b31 100644
--- a/tests/unit/test_context.py
+++ b/tests/unit/test_context.py
@@ -16,10 +16,10 @@
# under the License.
from openstack.common import context
-from tests import utils
+from openstack.common import test
-class ContextTest(utils.BaseTestCase):
+class ContextTest(test.BaseTestCase):
def test_context(self):
ctx = context.RequestContext()