summaryrefslogtreecommitdiff
path: root/test/testutil.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/testutil.py')
-rw-r--r--test/testutil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testutil.py b/test/testutil.py
index a6f4421..c247e6a 100644
--- a/test/testutil.py
+++ b/test/testutil.py
@@ -114,7 +114,7 @@ class KafkaIntegrationTestCase(unittest.TestCase):
try:
offsets, = self.client.send_offset_request([OffsetRequestPayload(topic, partition, -1, 1)])
except:
- # XXX: We've seen some UnknownErrors here and cant debug w/o server logs
+ # XXX: We've seen some UnknownErrors here and can't debug w/o server logs
self.zk.child.dump_logs()
self.server.child.dump_logs()
raise