summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tests/handlers/test_appservice.py6
1 files changed, 5 insertions, 1 deletions
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,