1 files changed, 1 insertions, 1 deletions
diff --git a/tests/replication/slave/storage/test_events.py b/tests/replication/slave/storage/test_events.py
index 333374b183..db80a0bdbd 100644
--- a/tests/replication/slave/storage/test_events.py
+++ b/tests/replication/slave/storage/test_events.py
@@ -340,7 +340,7 @@ class SlavedEventStoreTestCase(BaseSlavedStoreTestCase):
prev_state: Optional[list] = None,
redacts=None,
push_actions: Iterable = frozenset(),
- **content
+ **content,
):
prev_events = prev_events or []
auth_events = auth_events or []
|