summary refs log tree commit diff
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-10-03 16:25:16 -0500
committerGitHub <noreply@github.com>2022-10-03 16:25:16 -0500
commit8cad7023a9a32af0910d86cc16e0f396ac365fc6 (patch)
tree63f441b41f033554bf8a02c8aa18db5dea3be92c
parentFix comment (diff)
downloadsynapse-github/madlittlemods/appservice-interested-in-local-and-remote.tar.xz
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
-rw-r--r--tests/handlers/test_appservice.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/handlers/test_appservice.py b/tests/handlers/test_appservice.py

index 6ae6de7861..e3152b488d 100644 --- a/tests/handlers/test_appservice.py +++ b/tests/handlers/test_appservice.py
@@ -484,7 +484,7 @@ class ApplicationServicesHandlerSendEventsTestCase(unittest.HomeserverTestCase): _device_list_summary, ) = self.send_mock.call_args[0] - # Even though the message came from an uninsteresting user, it should still + # Even though the message came from an uninteresting user, it should still # notify us because the interesting user is joined to the room. self.assertEqual(service, interested_appservice) self.assertEqual(events[0]["type"], "m.room.message")