summary refs log tree commit diff
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-09-30 13:52:36 -0500
committerEric Eastwood <erice@element.io>2022-09-30 13:52:36 -0500
commit1218f03a8fd2221c38f9fde3f86851ac316cdc42 (patch)
treed97a1af2b7f4af345247ea1c3d9c496b56f78dec
parentClarify interested/control and lints (diff)
downloadsynapse-1218f03a8fd2221c38f9fde3f86851ac316cdc42.tar.xz
Revert mock
-rw-r--r--tests/appservice/test_appservice.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/appservice/test_appservice.py b/tests/appservice/test_appservice.py
index b3af272944..3018d3fc6f 100644
--- a/tests/appservice/test_appservice.py
+++ b/tests/appservice/test_appservice.py
@@ -236,7 +236,7 @@ class ApplicationServiceTestCase(unittest.TestCase):
     def test_member_list_match(self):
         self.service.namespaces[ApplicationService.NS_USERS].append(_regex("@irc_.*"))
         # Note that @irc_fo:here is the AS user.
-        self.store.get_local_users_in_room = simple_async_mock(
+        self.store.get_users_in_room = simple_async_mock(
             ["@alice:here", "@irc_fo:here", "@bob:here"]
         )
         self.store.get_aliases_for_room = simple_async_mock([])