diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-11-13 22:39:09 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-11-15 23:09:03 +0000 |
commit | 9debe657a39a234d574e949ae8faf3f5ed027c09 (patch) | |
tree | 898ade91a556963701584ad0724d57aff45476ae /tests/unittest.py | |
parent | pass a Site into RestHelper (diff) | |
download | synapse-9debe657a39a234d574e949ae8faf3f5ed027c09.tar.xz |
pass a Site into make_request
Diffstat (limited to 'tests/unittest.py')
-rw-r--r-- | tests/unittest.py | 1 |
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, |