Fix typos in test_container.py

TrivialFix

Change-Id: I6d3422a88b6fd6d2a495d17ff75d292ac96cc251
This commit is contained in:
zhangyanxian 2016-11-17 02:06:25 +00:00
parent 98a635b242
commit ba1f285fe6
1 changed files with 2 additions and 2 deletions

View File

@ -627,7 +627,7 @@ class TestContainer(unittest2.TestCase):
resp.read()
self.assertEqual(resp.status, 403)
# Now make the container also writeable by the second account
# Now make the container also writable by the second account
def post(url, token, parsed, conn):
conn.request('POST', parsed.path + '/' + self.name, '',
{'X-Auth-Token': token,
@ -696,7 +696,7 @@ class TestContainer(unittest2.TestCase):
resp.read()
self.assertEqual(resp.status, 403)
# Now make the container also writeable by the third account
# Now make the container also writable by the third account
def post(url, token, parsed, conn):
conn.request('POST', parsed.path + '/' + self.name, '',
{'X-Auth-Token': token,