Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit e384ff2

Browse files
committed
fix the tests like I said I would
1 parent 9cad8cf commit e384ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rest/client/test_third_party_rules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@ def test_on_remove_user_third_party_identifier_is_called_on_deactivate(
10111011
)
10121012
third_party_rules = self.hs.get_third_party_event_rules()
10131013
third_party_rules.register_third_party_rules_callbacks(
1014-
on_threepid_bind=on_remove_user_third_party_identifier_callback_mock,
1014+
on_remove_user_third_party_identifier=on_remove_user_third_party_identifier_callback_mock,
10151015
)
10161016

10171017
# Register an admin user.

0 commit comments

Comments
 (0)