Skip to content

Commit

Permalink
fixup!: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebecca Graber committed Jan 24, 2024
1 parent c367f06 commit 98b6c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edx_event_bus_kafka/internal/tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_full(self):
EVENT_BUS_KAFKA_BOOTSTRAP_SERVERS='localhost:54321',
EVENT_BUS_KAFKA_API_KEY='some_other_key',
EVENT_BUS_KAFKA_API_SECRET='some_other_secret',
EVENT_BUS_KAFKA_CLIENT_ID='my_client_id',
EVENT_BUS_KAFKA_APP_NAME='my_client_id',
):
assert config.load_common_settings() == {
'bootstrap.servers': 'localhost:54321',
Expand Down

0 comments on commit 98b6c03

Please sign in to comment.