summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 e946dc7..3437475 100644
--- a/tests/unit/test_context.py
+++ b/tests/unit/test_context.py
@@ -15,12 +15,12 @@
# License for the specific language governing permissions and limitations
# under the License.
-import unittest
+import testtools
from openstack.common import context
-class ContextTest(unittest.TestCase):
+class ContextTest(testtools.TestCase):
def test_context(self):
ctx = context.RequestContext()