Skip to content

Commit 31532ba

Browse files
committed
Fix Py26 test cases
1 parent 35a14e1 commit 31532ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_producer_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def test_simple_producer(self):
144144

145145
@kafka_versions("all")
146146
def test_produce__new_topic_fails_with_reasonable_error(self):
147-
new_topic = 'new_topic_{}'.format(str(uuid.uuid4()))
147+
new_topic = 'new_topic_{guid}'.format(guid = str(uuid.uuid4()))
148148
producer = SimpleProducer(self.client)
149149

150150
# At first it doesn't exist

0 commit comments

Comments
 (0)