summaryrefslogtreecommitdiff
path: root/oslo_config/tests/test_get_location.py
diff options
context:
space:
mode:
Diffstat (limited to 'oslo_config/tests/test_get_location.py')
-rw-r--r--oslo_config/tests/test_get_location.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_config/tests/test_get_location.py b/oslo_config/tests/test_get_location.py
index 9541708..d06271a 100644
--- a/oslo_config/tests/test_get_location.py
+++ b/oslo_config/tests/test_get_location.py
@@ -137,7 +137,7 @@ class GetLocationTestCase(base.BaseTestCase):
def _write_opt_to_tmp_file(self, group, option, value):
filename = tempfile.mktemp()
with io.open(filename, 'w', encoding='utf-8') as f:
- f.write(textwrap.dedent(u'''
+ f.write(textwrap.dedent('''
[{group}]
{option} = {value}
''').format(