Skip to content

Commit

Permalink
Consistent key names
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Zajac <[email protected]>
  • Loading branch information
Cito and mephenor authored Apr 23, 2024
1 parent 1d6a959 commit f4310f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ async def test_dataset_deletion(
payload=deleted_dataset.model_dump(),
topic=config.dataset_change_event_topic,
type_=config.dataset_deletion_event_type,
key="test_key",
key="test-key",
)
await asyncio.wait_for(subscriber.run(forever=False), timeout=TIMEOUT)

Expand Down

0 comments on commit f4310f1

Please sign in to comment.