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 25, 2024
1 parent db4a5ac commit 82ae8b1
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_SERVICE_NAME='my_service',
EVENTS_SERVICE_NAME='my_service',
):
assert config.load_common_settings() == {
'bootstrap.servers': 'localhost:54321',
Expand Down

0 comments on commit 82ae8b1

Please sign in to comment.