Skip to content

Commit da82ac6

Browse files
omnibsstoeffel
authored andcommitted
Fix test
1 parent 7b137d5 commit da82ac6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

nri-kafka/test/Helpers.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ record topicName partitionId val =
161161
{ Producer.prTopic = Producer.TopicName (Internal.unTopic topicName),
162162
Producer.prPartition = Producer.SpecifiedPartition (Prelude.fromIntegral partitionId),
163163
Producer.prKey = Nothing,
164+
Producer.prHeaders = Prelude.mempty,
164165
Producer.prValue =
165166
Internal.MsgWithMetaData
166167
{ Internal.metaData =

0 commit comments

Comments
 (0)