mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 20:54:50 -04:00
Add config option to block users from looking up 3PIDs (#5010)
This commit is contained in:
parent
a33a5abc4c
commit
8e85493b0c
6 changed files with 81 additions and 1 deletions
|
@ -410,7 +410,7 @@ class HomeserverTestCase(TestCase):
|
|||
"POST", "/_matrix/client/r0/login", json.dumps(body).encode('utf8')
|
||||
)
|
||||
self.render(request)
|
||||
self.assertEqual(channel.code, 200)
|
||||
self.assertEqual(channel.code, 200, channel.result)
|
||||
|
||||
access_token = channel.json_body["access_token"]
|
||||
return access_token
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue