Skip to content

Commit

Permalink
Fix typo in parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed Jun 4, 2024
1 parent 03f62f8 commit afd138c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def setUp(self):

myconfig = {
'bootstrap.servers': kafka_servers,
'group_id': conf['group_id']}
'group.id': conf['group_id']}

self.consumer = AlertConsumer(mytopics, myconfig, schema_path=schema_path)

Expand Down

0 comments on commit afd138c

Please sign in to comment.