[Trivialfix]Fix typos

Fix the typos in manila.

Change-Id: I4d446759eddf512c46247aca0bab08b4c8155d9a
This commit is contained in:
shangxiaobj 2017-08-01 01:24:35 -07:00
parent 09223b791a
commit 1a554dd8b0
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class UserMessageTest(base.BaseSharesAdminTest):
# for number of keys in response's dict, if there is only single
# key, it returns directly this key, otherwise it returns
# parsed body. If limit param is used, then API returns
# multiple keys in reponse ('messages' and 'message_links')
# multiple keys in response ('messages' and 'message_links')
messages = body['messages']
self.assertIsInstance(messages, list)
ids = [x['resource_id'] for x in messages]