summaryrefslogtreecommitdiff
path: root/test/test_protocol.py
diff options
context:
space:
mode:
authorBruno ReniƩ <brutasse@gmail.com>2014-08-29 15:23:48 +0200
committerBruno ReniƩ <brutasse@gmail.com>2014-08-29 15:23:48 +0200
commit2a220e11003eb26971519a73e020d4759e2b3a31 (patch)
tree235104f553fd91d97b84acc07dec681a06b8b642 /test/test_protocol.py
parent9c83b2bd764f494c3d3a074054914a2b5fd99328 (diff)
downloadkafka-python-2a220e11003eb26971519a73e020d4759e2b3a31.tar.gz
Fix more tests, only multiprocessing consumer ones remaining
Diffstat (limited to 'test/test_protocol.py')
-rw-r--r--test/test_protocol.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_protocol.py b/test/test_protocol.py
index 2107f82..a4f6f64 100644
--- a/test/test_protocol.py
+++ b/test/test_protocol.py
@@ -108,7 +108,6 @@ class TestProtocol(unittest.TestCase):
def test_encode_message(self):
message = create_message(b"test", b"key")
encoded = KafkaProtocol._encode_message(message)
- print("CRC", -1427009701)
expect = b"".join([
struct.pack(">i", -1427009701), # CRC
struct.pack(">bb", 0, 0), # Magic, flags