From d9d7af20beb9f9a09eb755e98d5e25f1a6e3e0e7 Mon Sep 17 00:00:00 2001 From: Tim Pierce Date: Tue, 11 Nov 2014 16:29:35 -0500 Subject: [PATCH] 3857: fixed comment --- sdk/python/tests/test_keep_client.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sdk/python/tests/test_keep_client.py b/sdk/python/tests/test_keep_client.py index 96522d49df..c724efc187 100644 --- a/sdk/python/tests/test_keep_client.py +++ b/sdk/python/tests/test_keep_client.py @@ -336,9 +336,8 @@ class KeepClientRetryTestMixin(object): # To use this mixin, define DEFAULT_EXPECT, DEFAULT_EXCEPTION, and # run_method(). # - # Test classes must set TEST_PATCHER to a static method that mocks - # out appropriate methods in the client -- - # e.g. tutil.mock_get_responses or tutil.mock_put_responses. + # Test classes must define TEST_PATCHER to a method that mocks + # out appropriate methods in the client. PROXY_ADDR = 'http://[%s]:65535/' % (tutil.TEST_HOST,) TEST_DATA = 'testdata' -- 2.39.5