diff options
Diffstat (limited to 'test/test_failover_integration.py')
-rw-r--r-- | test/test_failover_integration.py | 2 |
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 |