1
0

Rename ApplicationServiceEphemeralEventsTestCase

This commit is contained in:
Andrew Morgan
2021-11-19 19:44:13 +00:00
committed by Olivier Wilkinson (reivilibre)
parent cc30393cee
commit d5d4d7832d

View File

@@ -333,7 +333,11 @@ class AppServiceHandlerTestCase(unittest.TestCase):
return service
class ApplicationServiceEphemeralEventsTestCase(unittest.HomeserverTestCase):
class ApplicationServicesHandlerSendEventsTestCase(unittest.HomeserverTestCase):
"""
Tests that the ApplicationServicesHandler sends events to application
services correctly.
"""
servlets = [
synapse.rest.admin.register_servlets_for_client_rest_resource,
login.register_servlets,