summaryrefslogtreecommitdiffstats
path: root/tests/unit/test_gettext.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/test_gettext.py')
-rw-r--r--tests/unit/test_gettext.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/test_gettext.py b/tests/unit/test_gettext.py
index ddaca16..cedc25c 100644
--- a/tests/unit/test_gettext.py
+++ b/tests/unit/test_gettext.py
@@ -16,15 +16,15 @@
# under the License.
import logging
-import testtools
from openstack.common.gettextutils import _
+from tests import utils
LOG = logging.getLogger(__name__)
-class GettextTest(testtools.TestCase):
+class GettextTest(utils.BaseTestCase):
def test_gettext_does_not_blow_up(self):
LOG.info(_('test'))