Skip to content

Commit

Permalink
fixup!: unpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebecca Graber committed Jan 24, 2024
1 parent 1a437b8 commit 507d7b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openedx_events/tests/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def test_events_metadata_to_and_from_json(self):
(None, None, 'openedx//web'),
('settings_variant', 'eb_app_name', 'openedx/eb_app_name/web')
)
@ddt.unpack
def test_events_metadata_source(self, settings_variant, event_bus_app_name, expected_source):
with override_settings(
SETTINGS_VARIANT=settings_variant,
Expand Down

0 comments on commit 507d7b0

Please sign in to comment.