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

@ -228,7 +228,6 @@ class TypingNotificationsTestCase(unittest.HomeserverTestCase):
),
federation_auth_origin=b"farm",
)
self.render(request)
self.assertEqual(channel.code, 200)
self.on_new_event.assert_has_calls([call("typing_key", 1, rooms=[ROOM_ID])])