From 25dc03c3db7e224463f11e513f94fb9cb15ed250 Mon Sep 17 00:00:00 2001
From: Masayuki Igawa <masayuki@igawa.io>
Date: Wed, 5 Jul 2017 12:26:09 +0900
Subject: [PATCH] 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
---
 tempest/tests/lib/services/base.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tempest/tests/lib/services/base.py b/tempest/tests/lib/services/base.py
index 90c9f63733..778c966049 100644
--- a/tempest/tests/lib/services/base.py
+++ b/tempest/tests/lib/services/base.py
@@ -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