Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Florent Clarret <florent.clarret@datadoghq.com>
  • Loading branch information
yzhan289 and FlorentClarret committed Aug 29, 2023
1 parent 7c7eea7 commit e620b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka_consumer/tests/test_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def test_when_empty_string_consumer_group_then_skip(kafka_instance):
ConsumerGroupListing(group_id="my_consumer", is_simple_consumer_group=True),
]
)
kafka_instance.update({'monitor_unlisted_consumer_groups': True})
kafka_instance['monitor_unlisted_consumer_groups'] = True
future = concurrent.futures.Future()
future.set_result(consumer_groups_result)

Expand Down

0 comments on commit e620b0b

Please sign in to comment.