diff options
author | Dan Callahan <danc@element.io> | 2021-04-13 10:41:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-13 10:41:34 +0100 |
commit | 1d5f0e3529ec5acd889037c8ebcca2820ad003d5 (patch) | |
tree | 4e911bba7305b49ec44549f803b5cf64f5323456 /tests/replication | |
parent | Add an admin API to manage ratelimit for a specific user (#9648) (diff) | |
download | synapse-1d5f0e3529ec5acd889037c8ebcca2820ad003d5.tar.xz |
Bump black configuration to target py36 (#9781)
Signed-off-by: Dan Callahan <danc@element.io>
Diffstat (limited to 'tests/replication')
-rw-r--r-- | tests/replication/slave/storage/test_events.py | 2 |
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 [] |