summaryrefslogtreecommitdiffstats
path: root/tests/unit/test_authutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/test_authutils.py')
-rw-r--r--tests/unit/test_authutils.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/unit/test_authutils.py b/tests/unit/test_authutils.py
index 64e241a..8c0a54c 100644
--- a/tests/unit/test_authutils.py
+++ b/tests/unit/test_authutils.py
@@ -15,12 +15,11 @@
# License for the specific language governing permissions and limitations
# under the License.
-import testtools
-
from openstack.common import authutils
+from tests import utils
-class AuthUtilsTest(testtools.TestCase):
+class AuthUtilsTest(utils.BaseTestCase):
def test_auth_str_equal(self):
self.assertTrue(authutils.auth_str_equal('abc123', 'abc123'))