Rename test_object_delete_at_aysnc
This renames test_object_delete_at_aysnc to test_object_delete_at_async to match with the function async_update which it tests. Change-Id: I726afcbf08a3449c7af2834e573b97be378a86cd Closes-Bug: 1550067
This commit is contained in:
parent
9e53bb47ef
commit
10b5765c60
@ -3535,7 +3535,7 @@ class TestObjectController(unittest.TestCase):
|
||||
'user-agent': 'object-server %d' % os.getpid(),
|
||||
'x-trans-id': '-'})})
|
||||
|
||||
def test_object_delete_at_aysnc_update(self):
|
||||
def test_object_delete_at_async_update(self):
|
||||
policy = random.choice(list(POLICIES))
|
||||
ts = (utils.Timestamp(t) for t in
|
||||
itertools.count(int(time())))
|
||||
|
Loading…
x
Reference in New Issue
Block a user