mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-26 15:56:38 -05:00
annotate tests.server.FakeChannel (#13136)
This commit is contained in:
parent
5b5c943e7d
commit
d102ad67fd
7 changed files with 36 additions and 26 deletions
|
|
@ -1488,7 +1488,7 @@ class UserRestTestCase(unittest.HomeserverTestCase):
|
|||
|
||||
if channel.code != HTTPStatus.OK:
|
||||
raise HttpResponseException(
|
||||
channel.code, channel.result["reason"], channel.json_body
|
||||
channel.code, channel.result["reason"], channel.result["body"]
|
||||
)
|
||||
|
||||
# Set monthly active users to the limit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue