summaryrefslogtreecommitdiff
path: root/test/test_failover_integration.py
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2016-11-14 11:01:34 -0800
committerGitHub <noreply@github.com>2016-11-14 11:01:34 -0800
commit8ac79fbe3dd1b28d052551a5fa3e6acfdc1ba457 (patch)
treebc430da90685195db6532311f37781ac734479e5 /test/test_failover_integration.py
parent77591afa789a4752f4d385228bea980f448f6a08 (diff)
parentcd74c1fe4053385151175b5100cb0a0d43bc31f6 (diff)
downloadkafka-python-8ac79fbe3dd1b28d052551a5fa3e6acfdc1ba457.tar.gz
Fix typos (#874)
Diffstat (limited to 'test/test_failover_integration.py')
-rw-r--r--test/test_failover_integration.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_failover_integration.py b/test/test_failover_integration.py
index 9c2163c..2439b58 100644
--- a/test/test_failover_integration.py
+++ b/test/test_failover_integration.py
@@ -70,7 +70,7 @@ class TestFailover(KafkaIntegrationTestCase):
# kill leader for partition
self._kill_leader(topic, partition)
- # expect failure, but dont wait more than 60 secs to recover
+ # expect failure, but don't wait more than 60 secs to recover
recovered = False
started = time.time()
timeout = 60