mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 21:04:50 -04:00
pass a Site into make_request
This commit is contained in:
parent
d3523e3e97
commit
9debe657a3
4 changed files with 68 additions and 20 deletions
|
@ -434,6 +434,7 @@ class HomeserverTestCase(TestCase):
|
|||
|
||||
return make_request(
|
||||
self.reactor,
|
||||
self.site,
|
||||
method,
|
||||
path,
|
||||
content,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue