summaryrefslogtreecommitdiffstats
path: root/tests/unit/crypto/test_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/crypto/test_utils.py')
-rw-r--r--tests/unit/crypto/test_utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/crypto/test_utils.py b/tests/unit/crypto/test_utils.py
index 3a39100..a6cb6a2 100644
--- a/tests/unit/crypto/test_utils.py
+++ b/tests/unit/crypto/test_utils.py
@@ -18,10 +18,10 @@ Unit Tests for crypto utils.
"""
from openstack.common.crypto import utils as cryptoutils
-from tests import utils as test_utils
+from openstack.common import test
-class CryptoUtilsTestCase(test_utils.BaseTestCase):
+class CryptoUtilsTestCase(test.BaseTestCase):
# Uses Tests from RFC5869
def _test_HKDF(self, ikm, prk, okm, length,