summary refs log tree commit diff
path: root/tests/rest/client/utils.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-09-17 17:12:09 +0100
committerErik Johnston <erik@matrix.org>2021-09-17 17:12:09 +0100
commitd1f25c6df40cff3a4909578c3465846167d66424 (patch)
tree674bcceb046d390d8bbea6a033e2225487188641 /tests/rest/client/utils.py
parentFix tests (diff)
downloadsynapse-d1f25c6df40cff3a4909578c3465846167d66424.tar.xz
Fix tests
Diffstat (limited to 'tests/rest/client/utils.py')
-rw-r--r--tests/rest/client/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rest/client/utils.py b/tests/rest/client/utils.py

index 954ad1a1fd..e55936d9c3 100644 --- a/tests/rest/client/utils.py +++ b/tests/rest/client/utils.py
@@ -372,7 +372,7 @@ class RestHelper: path = "/_matrix/media/r0/upload?filename=%s" % (filename,) channel = make_request( self.hs.get_reactor(), - FakeSite(resource), + FakeSite(resource, self.hs.get_reactor()), "POST", path, content=image_data,