summaryrefslogtreecommitdiff
path: root/test/test_coordinator.py
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2018-01-12 12:49:01 -0800
committerGitHub <noreply@github.com>2018-01-12 12:49:01 -0800
commit34fea654c0136490bb5f2785ddc4e7f37ebf7ab2 (patch)
treebf1c8daef6667807a5af1552f00a30fd08d2b86f /test/test_coordinator.py
parent298709d2590b201dfe1b8753baacd1d2b554710f (diff)
downloadkafka-python-34fea654c0136490bb5f2785ddc4e7f37ebf7ab2.tar.gz
Minor test cleanups (#1343)
Diffstat (limited to 'test/test_coordinator.py')
-rw-r--r--test/test_coordinator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_coordinator.py b/test/test_coordinator.py
index f567369..e094b9c 100644
--- a/test/test_coordinator.py
+++ b/test/test_coordinator.py
@@ -400,6 +400,7 @@ def patched_coord(mocker, coordinator):
return_value=1)
mocker.patch.object(coordinator._client, 'ready', return_value=True)
mocker.patch.object(coordinator._client, 'send')
+ mocker.patch.object(coordinator, '_heartbeat_thread')
mocker.spy(coordinator, '_failed_request')
mocker.spy(coordinator, '_handle_offset_commit_response')
mocker.spy(coordinator, '_handle_offset_fetch_response')