1
0

Rename ApplicationServiceEphemeralEventsTestCase

This commit is contained in:
Andrew Morgan
2021-11-19 19:44:13 +00:00
parent 179dd5ae0c
commit 8b0bbc1fb4
+5 -1
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,