mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-09-27 23:50:52 -04:00
Remove redundant HomeserverTestCase.render
This commit is contained in:
parent
be8fa65d0b
commit
acfe3b3065
44 changed files with 0 additions and 629 deletions
|
@ -94,7 +94,6 @@ class EphemeralMessageTestCase(unittest.HomeserverTestCase):
|
|||
url = "/_matrix/client/r0/rooms/%s/event/%s" % (room_id, event_id)
|
||||
|
||||
request, channel = self.make_request("GET", url)
|
||||
self.render(request)
|
||||
|
||||
self.assertEqual(channel.code, expected_code, channel.result)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue