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 0718cb3..7d3a180 100644
--- a/test/test_producer_integration.py
+++ b/test/test_producer_integration.py
@@ -144,7 +144,7 @@ class TestKafkaProducerIntegration(KafkaIntegrationTestCase):
@kafka_versions("all")
def test_produce__new_topic_fails_with_reasonable_error(self):
- new_topic = 'new_topic_{}'.format(str(uuid.uuid4()))
+ new_topic = 'new_topic_{guid}'.format(guid = str(uuid.uuid4()))
producer = SimpleProducer(self.client)
# At first it doesn't exist