mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-19 00:57:47 -04:00
Remove redundant HomeserverTestCase.render
This commit is contained in:
parent
be8fa65d0b
commit
acfe3b3065
44 changed files with 0 additions and 629 deletions
|
@ -46,7 +46,6 @@ class IdentityTestCase(unittest.HomeserverTestCase):
|
|||
request, channel = self.make_request(
|
||||
b"POST", "/createRoom", b"{}", access_token=tok
|
||||
)
|
||||
self.render(request)
|
||||
self.assertEquals(channel.result["code"], b"200", channel.result)
|
||||
room_id = channel.json_body["room_id"]
|
||||
|
||||
|
@ -60,5 +59,4 @@ class IdentityTestCase(unittest.HomeserverTestCase):
|
|||
request, channel = self.make_request(
|
||||
b"POST", request_url, request_data, access_token=tok
|
||||
)
|
||||
self.render(request)
|
||||
self.assertEquals(channel.result["code"], b"403", channel.result)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue