Skip to content

Commit daf8840

Browse files
committed
Expect the correct response in rdkafka tests
1 parent f609bc8 commit daf8840

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/rdkafka/Tests/Symfony/RdKafkaTransportFactoryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function testShouldAllowAddConfiguration()
4848
]]);
4949

5050
$this->assertEquals([
51-
'topics' => [],
51+
'topic' => [],
5252
'commit_async' => false,
5353
'global' => [],
5454
], $config);
@@ -66,7 +66,7 @@ public function testShouldAllowAddConfigurationAsString()
6666

6767
$this->assertEquals([
6868
'dsn' => 'kafkaDSN',
69-
'topics' => [],
69+
'topic' => [],
7070
'commit_async' => false,
7171
'global' => [],
7272
], $config);

0 commit comments

Comments
 (0)