Change Object_Smoke to use Unicode by default

* Object_smoke updated to use unicode in the
  object name, by default.

Change-Id: I1e5a93942375ad5fb2b23773d3fa4b120a736366
This commit is contained in:
josh7810 2017-01-24 15:16:36 -06:00
parent 59a3c8b058
commit c731420904
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class ObjectSmokeTest(ObjectStorageFixture):
@classmethod
def setUpClass(cls):
super(ObjectSmokeTest, cls).setUpClass()
cls.default_obj_name = Constants.VALID_OBJECT_NAME
cls.default_obj_name = Constants.VALID_OBJECT_NAME_WITH_UNICODE
@staticmethod
def generate_chunk_data():