summaryrefslogtreecommitdiff
path: root/test/test_protocol.py
diff options
context:
space:
mode:
authorBruno ReniƩ <brutasse@gmail.com>2014-08-29 15:23:48 +0200
committerMark Roberts <wizzat@fb.com>2014-09-03 09:55:45 -0700
commit81f51b9b284d750f5e5added2f2c4bd773acd604 (patch)
tree235104f553fd91d97b84acc07dec681a06b8b642 /test/test_protocol.py
parentab80fa8283dc938e354d094e34fb0e86b5316ea4 (diff)
downloadkafka-python-81f51b9b284d750f5e5added2f2c4bd773acd604.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