Remove redundant HomeserverTestCase.render

This commit is contained in:
Richard van der Hoff 2020-11-15 22:58:47 +00:00
parent be8fa65d0b
commit acfe3b3065
44 changed files with 0 additions and 629 deletions

View file

@ -209,5 +209,4 @@ class ServerAclValidationTestCase(unittest.HomeserverTestCase):
request, channel = self.make_request(
"POST", path, content={}, access_token=self.access_token
)
self.render(request)
self.assertEqual(int(channel.result["code"]), 403)