mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Lint (again)
This commit is contained in:
parent
ebcb6a30d7
commit
8a5e8e829b
@ -37,9 +37,7 @@ class FederationTestCase(unittest.HomeserverTestCase):
|
||||
user_id = self.register_user("kermit", "test")
|
||||
tok = self.login("kermit", "test")
|
||||
|
||||
room_id = self.helper.create_room_as(
|
||||
room_creator=user_id, tok=tok
|
||||
)
|
||||
room_id = self.helper.create_room_as(room_creator=user_id, tok=tok)
|
||||
|
||||
# Send a 3PID invite event with an empty body so it's considered as a revoked one.
|
||||
invite_token = "sometoken"
|
||||
|
Loading…
Reference in New Issue
Block a user