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:
benjkeller 2016-02-25 18:54:00 -06:00
parent 9e53bb47ef
commit 10b5765c60

View File

@ -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())))