mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-21 20:44:12 -04:00
Add reactor to SynapseRequest
and fix up types. (#10868)
This commit is contained in:
parent
fa74536384
commit
50022cff96
24 changed files with 123 additions and 82 deletions
|
@ -68,7 +68,7 @@ class MediaRepoShardTestCase(BaseMultiWorkerStreamTestCase):
|
|||
resource = hs.get_media_repository_resource().children[b"download"]
|
||||
channel = make_request(
|
||||
self.reactor,
|
||||
FakeSite(resource),
|
||||
FakeSite(resource, self.reactor),
|
||||
"GET",
|
||||
f"/{target}/{media_id}",
|
||||
shorthand=False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue