summary refs log tree commit diff
path: root/tests/rest
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rest')
-rw-r--r--tests/rest/client/test_account_data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rest/client/test_account_data.py b/tests/rest/client/test_account_data.py

index d5b0640e7a..1ff8bb41d0 100644 --- a/tests/rest/client/test_account_data.py +++ b/tests/rest/client/test_account_data.py
@@ -33,7 +33,7 @@ class AccountDataTestCase(unittest.HomeserverTestCase): a user's account data changes. """ mocked_callback = Mock(return_value=make_awaitable(None)) - self.hs.get_account_data_handler()._on_account_data_updated_callbacks.append( + self.hs.get_module_api_callbacks().account_data.on_account_data_updated_callbacks.append( mocked_callback )