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:
Masayuki Igawa 2017-07-05 12:26:09 +09:00
parent 5080de2777
commit 25dc03c3db
No known key found for this signature in database
GPG Key ID: 290F53EDC899BF89

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