summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/test_producer_integration.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_producer_integration.py b/test/test_producer_integration.py
index d09c1af..26300db 100644
--- a/test/test_producer_integration.py
+++ b/test/test_producer_integration.py
@@ -166,7 +166,7 @@ class TestKafkaProducerIntegration(KafkaIntegrationTestCase):
@kafka_versions("all")
def test_produce__new_topic_fails_with_reasonable_error(self):
- new_topic = 'new_topic_{guid}'.format(guid = str(uuid.uuid4())).encode('utf-8')
+ new_topic = 'new_topic_{guid}'.format(guid = str(uuid.uuid4()))
producer = SimpleProducer(self.client, random_start=False)
# At first it doesn't exist