summaryrefslogtreecommitdiff
path: root/novaclient/tests/unit/v2/test_hypervisors.py
diff options
context:
space:
mode:
Diffstat (limited to 'novaclient/tests/unit/v2/test_hypervisors.py')
-rw-r--r--novaclient/tests/unit/v2/test_hypervisors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/novaclient/tests/unit/v2/test_hypervisors.py b/novaclient/tests/unit/v2/test_hypervisors.py
index 3907687f..1c216b64 100644
--- a/novaclient/tests/unit/v2/test_hypervisors.py
+++ b/novaclient/tests/unit/v2/test_hypervisors.py
@@ -109,7 +109,7 @@ class HypervisorsTest(utils.FixturedTestCase):
self.compare_to_expected(expected[idx], hyper)
def test_hypervisor_search_unicode(self):
- hypervisor_match = u'\\u5de5\\u4f5c'
+ hypervisor_match = '\\u5de5\\u4f5c'
if self.cs.api_version >= api_versions.APIVersion('2.53'):
self.assertRaises(exceptions.BadRequest,
self.cs.hypervisors.search,