mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 13:46:02 -04:00
pass a reactor into SynapseSite (#9874)
This commit is contained in:
parent
e83627926f
commit
59d24c5bef
7 changed files with 43 additions and 24 deletions
|
@ -202,6 +202,7 @@ class OptionsResourceTests(unittest.TestCase):
|
|||
parse_listener_def({"type": "http", "port": 0}),
|
||||
self.resource,
|
||||
"1.0",
|
||||
reactor=self.reactor,
|
||||
)
|
||||
|
||||
# render the request and return the channel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue