mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-08-03 12:56:09 -04:00
Remove redundant HomeserverTestCase.render
This commit is contained in:
parent
be8fa65d0b
commit
acfe3b3065
44 changed files with 0 additions and 629 deletions
|
@ -202,7 +202,6 @@ class TestMauLimit(unittest.HomeserverTestCase):
|
|||
)
|
||||
|
||||
request, channel = self.make_request("POST", "/register", request_data)
|
||||
self.render(request)
|
||||
|
||||
if channel.code != 200:
|
||||
raise HttpResponseException(
|
||||
|
@ -215,7 +214,6 @@ class TestMauLimit(unittest.HomeserverTestCase):
|
|||
|
||||
def do_sync_for_user(self, token):
|
||||
request, channel = self.make_request("GET", "/sync", access_token=token)
|
||||
self.render(request)
|
||||
|
||||
if channel.code != 200:
|
||||
raise HttpResponseException(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue