summary refs log tree commit diff
path: root/tests/test_utils/event_injection.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-12-31 13:40:57 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-12-31 13:40:57 +0000
commitb90b34744ab6292963f74509ecf4b4e553fc4085 (patch)
tree339e2c431c558f274ac25bcdd49c7009802259b9 /tests/test_utils/event_injection.py
parentMerge commit '88e1d0c52' into anoa/dinsic_release_1_23_1 (diff)
parentMerge pull request #8678 from matrix-org/rav/fix_frozen_events (diff)
downloadsynapse-b90b34744ab6292963f74509ecf4b4e553fc4085.tar.xz
Merge commit 'c97da1e45' into anoa/dinsic_release_1_23_1
Diffstat (limited to 'tests/test_utils/event_injection.py')
-rw-r--r--tests/test_utils/event_injection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_utils/event_injection.py b/tests/test_utils/event_injection.py

index e93aa84405..c3c4a93e1f 100644 --- a/tests/test_utils/event_injection.py +++ b/tests/test_utils/event_injection.py
@@ -50,7 +50,7 @@ async def inject_member_event( sender=sender, state_key=target, content=content, - **kwargs + **kwargs, )