summary refs log tree commit diff
path: root/tests/unittest.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-11-13 22:39:09 +0000
committerRichard van der Hoff <richard@matrix.org>2020-11-15 23:09:03 +0000
commit9debe657a39a234d574e949ae8faf3f5ed027c09 (patch)
tree898ade91a556963701584ad0724d57aff45476ae /tests/unittest.py
parentpass a Site into RestHelper (diff)
downloadsynapse-9debe657a39a234d574e949ae8faf3f5ed027c09.tar.xz
pass a Site into make_request
Diffstat (limited to 'tests/unittest.py')
-rw-r--r--tests/unittest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unittest.py b/tests/unittest.py
index 0a24c2f6b2..8c7979a7c0 100644
--- a/tests/unittest.py
+++ b/tests/unittest.py
@@ -434,6 +434,7 @@ class HomeserverTestCase(TestCase):
 
         return make_request(
             self.reactor,
+            self.site,
             method,
             path,
             content,