Fix check_service_client_function doc typo
This commit fixes a doc typo of check_service_client_function to_utf parameter in lib.tests.services.base.BaseServiceTest class. This parameter is used for a response body not for a request body. Change-Id: Ife265758916c4272558b9d7b6652111053bca9bb
This commit is contained in:
parent
5080de2777
commit
25dc03c3db
@ -40,7 +40,7 @@ class BaseServiceTest(base.TestCase):
|
||||
function.
|
||||
:param body: Expected response body returned by the service client
|
||||
function.
|
||||
:param to_utf: Whether to use UTF-8 encoding for request.
|
||||
:param to_utf: Whether to use UTF-8 encoding for response.
|
||||
:param status: Expected response status returned by the service client
|
||||
function.
|
||||
:param headers: Expected headers returned by the service client
|
||||
|
Loading…
x
Reference in New Issue
Block a user