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

Commit

Permalink
fix the tests like I said I would
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Mar 9, 2023
1 parent eeaf444 commit 8d350f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rest/client/test_third_party_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8d350f0

Please sign in to comment.