Remove redundant token_id parameter to create_event

this is always the same as requester.access_token_id.
This commit is contained in:
Richard van der Hoff 2020-10-13 23:06:36 +01:00
parent 629a951b49
commit d9d86c2996
4 changed files with 3 additions and 8 deletions

View file

@ -66,7 +66,6 @@ class EventCreationTestCase(unittest.HomeserverTestCase):
"sender": self.requester.user.to_string(),
"content": {"msgtype": "m.text", "body": random_string(5)},
},
token_id=self.token_id,
txn_id=txn_id,
)
)