diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-11-16 15:51:47 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-11-16 15:51:47 +0000 |
commit | c3e3552ec4f677ff51e784f5ac28823eea989ec4 (patch) | |
tree | 73acfa457324644a2c84de6757354262eef289ae /tests | |
parent | Merge branch 'develop' into rav/pass_site_to_make_request (diff) | |
download | synapse-c3e3552ec4f677ff51e784f5ac28823eea989ec4.tar.xz |
fixup test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/storage/test_client_ips.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/storage/test_client_ips.py b/tests/storage/test_client_ips.py index efca43ec78..583addb5b5 100644 --- a/tests/storage/test_client_ips.py +++ b/tests/storage/test_client_ips.py @@ -414,6 +414,7 @@ class ClientIpAuthTestCase(unittest.HomeserverTestCase): request, channel = make_request( self.reactor, + self.site, "GET", "/_matrix/client/r0/admin/users/" + self.user_id, access_token=access_token, |