From ad6fedd5d4fcfd4f29a72243bead2cf8d1a9fd0a Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Fri, 30 Sep 2022 14:21:39 -0500 Subject: Fix comment --- tests/handlers/test_appservice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/handlers/test_appservice.py b/tests/handlers/test_appservice.py index 04a511c8b1..6ae6de7861 100644 --- a/tests/handlers/test_appservice.py +++ b/tests/handlers/test_appservice.py @@ -431,7 +431,7 @@ class ApplicationServicesHandlerSendEventsTestCase(unittest.HomeserverTestCase): Test to make sure that a interesting user (local or remote) in the room is notified when someone else in the room sends a message. """ - # Register an application service that's interested in local and remote user + # Register an application service that's interested in the `interesting_user` interested_appservice = self._register_application_service( namespaces={ ApplicationService.NS_USERS: [ -- cgit 1.5.1