From 8d350f00a44bf9fe53e0d68ffe0f54d8fe67ed1c Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Thu, 9 Mar 2023 16:57:43 +0000 Subject: [PATCH] fix the tests like I said I would --- tests/rest/client/test_third_party_rules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rest/client/test_third_party_rules.py b/tests/rest/client/test_third_party_rules.py index 355024ff81a0..753ecc8d161a 100644 --- a/tests/rest/client/test_third_party_rules.py +++ b/tests/rest/client/test_third_party_rules.py @@ -1011,7 +1011,7 @@ def test_on_remove_user_third_party_identifier_is_called_on_deactivate( ) third_party_rules = self.hs.get_third_party_event_rules() third_party_rules.register_third_party_rules_callbacks( - on_threepid_bind=on_remove_user_third_party_identifier_callback_mock, + on_remove_user_third_party_identifier=on_remove_user_third_party_identifier_callback_mock, ) # Register an admin user.