From 8b0bbc1fb484115c4e5ad69fc471130c6876755b Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Fri, 19 Nov 2021 19:44:13 +0000 Subject: Rename ApplicationServiceEphemeralEventsTestCase --- tests/handlers/test_appservice.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/handlers/test_appservice.py b/tests/handlers/test_appservice.py index fc37b8729d..a2260129d4 100644 --- a/tests/handlers/test_appservice.py +++ b/tests/handlers/test_appservice.py @@ -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, -- cgit 1.5.1