diff options
author | Mark Roberts <wizzat@gmail.com> | 2015-01-15 00:49:46 -0800 |
---|---|---|
committer | Mark Roberts <wizzat@gmail.com> | 2015-01-15 00:49:46 -0800 |
commit | e6b37c00c5b0a52f821b35a4e26c0943f3e05b07 (patch) | |
tree | 14b58764d5d711360d04606e10cec7dc6d6400af /test/test_client_integration.py | |
parent | 28a838516b3feb81c3c7f7fbd6aad2391a4139c5 (diff) | |
parent | 21a5ca834b9e0831b29870b5d099263892f21a7d (diff) | |
download | kafka-python-e6b37c00c5b0a52f821b35a4e26c0943f3e05b07.tar.gz |
Merge pull request #295 from dpkp/kafka_0_8_2
Kafka 0.8.2.0 updates
Diffstat (limited to 'test/test_client_integration.py')
-rw-r--r-- | test/test_client_integration.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_client_integration.py b/test/test_client_integration.py index cc60778..c0331ea 100644 --- a/test/test_client_integration.py +++ b/test/test_client_integration.py @@ -54,7 +54,7 @@ class TestKafkaClientIntegration(KafkaIntegrationTestCase): # Offset Tests # #################### - @kafka_versions("0.8.1", "0.8.1.1") + @kafka_versions("0.8.1", "0.8.1.1", "0.8.2.0") def test_commit_fetch_offsets(self): req = OffsetCommitRequest(self.topic, 0, 42, b"metadata") (resp,) = self.client.send_offset_commit_request(b"group", [req]) |