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.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/unit/test_context.py b/tests/unit/test_context.py
index 3437475..87c3d60 100644
--- a/tests/unit/test_context.py
+++ b/tests/unit/test_context.py
@@ -15,12 +15,11 @@
# License for the specific language governing permissions and limitations
# under the License.
-import testtools
-
from openstack.common import context
+from tests import utils
-class ContextTest(testtools.TestCase):
+class ContextTest(utils.BaseTestCase):
def test_context(self):
ctx = context.RequestContext()