summaryrefslogtreecommitdiff
path: root/oslo_i18n/tests/test_public_api.py
diff options
context:
space:
mode:
Diffstat (limited to 'oslo_i18n/tests/test_public_api.py')
-rw-r--r--oslo_i18n/tests/test_public_api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_i18n/tests/test_public_api.py b/oslo_i18n/tests/test_public_api.py
index bf7a89a..6fbc84d 100644
--- a/oslo_i18n/tests/test_public_api.py
+++ b/oslo_i18n/tests/test_public_api.py
@@ -37,4 +37,4 @@ class PublicAPITest(unittest.TestCase):
oslo_i18n.enable_lazy(original)
def test_translate(self):
- oslo_i18n.translate(u'string')
+ oslo_i18n.translate('string')