summary refs log tree commit diff
path: root/tests/handlers/test_federation.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-12-31 16:50:13 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-12-31 16:50:13 +0000
commitfce9ace555ad3bafd717a0d20c979daaf5fe1076 (patch)
treea31a9c1d7caab3e9c36f7f6f43011f808f0b9201 /tests/handlers/test_federation.py
parentMerge commit '03e392f78' into anoa/dinsic_release_1_23_1 (diff)
parentINSTALL: Fix setting content-type on well-known (#8793) (diff)
downloadsynapse-fce9ace555ad3bafd717a0d20c979daaf5fe1076.tar.xz
Merge commit '8ca120df7' into anoa/dinsic_release_1_23_1
Diffstat (limited to 'tests/handlers/test_federation.py')
-rw-r--r--tests/handlers/test_federation.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/handlers/test_federation.py b/tests/handlers/test_federation.py

index 9ef80fe502..bf866dacf3 100644 --- a/tests/handlers/test_federation.py +++ b/tests/handlers/test_federation.py
@@ -59,7 +59,6 @@ class FederationTestCase(unittest.HomeserverTestCase): ) d = self.handler.on_exchange_third_party_invite_request( - room_id=room_id, event_dict={ "type": EventTypes.Member, "room_id": room_id,