Skip to content

Commit 48461c9

Browse files
committed
fix test
1 parent 1b6fc58 commit 48461c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: pkg/rdkafka/Tests/RdKafkaContextTest.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ public function testShouldInjectItsSerializerToProducer()
5757

5858
public function testShouldInjectItsSerializerToConsumer()
5959
{
60-
$context = new RdKafkaContext([]);
60+
$context = new RdKafkaContext(['global' => [
61+
'group.id' => uniqid('', true),
62+
]]);
6163

6264
$producer = $context->createConsumer($context->createQueue('aQueue'));
6365

0 commit comments

Comments
 (0)