Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed Jun 4, 2024
1 parent 95a17a7 commit 67cef9b
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 @@ -95,7 +95,7 @@ def test_get_kafka_config(self):
myconfig = {
"username": "Alice",
"password": "Alice-secret",
"group_id": "test_group"
"group.id": "test_group"
}
kafka_config = _get_kafka_config(myconfig)

Expand Down

0 comments on commit 67cef9b

Please sign in to comment.