diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2023-02-10 17:26:04 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2023-02-10 17:26:04 +0000 |
commit | 29fb6ead27bdf782fd736af7eca25320ccc92aa9 (patch) | |
tree | 6a86c85eee5e23a2827561e6bba12b87bf9ae3b1 /tests/push/test_email.py | |
parent | Rename delete_threepid -> delete_and_unbind_threepid (diff) | |
download | synapse-github/anoa/blablabla.tar.xz |
Diffstat (limited to 'tests/push/test_email.py')
-rw-r--r-- | tests/push/test_email.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/push/test_email.py b/tests/push/test_email.py index 5faf66e0ff..c7d317d978 100644 --- a/tests/push/test_email.py +++ b/tests/push/test_email.py @@ -367,7 +367,7 @@ class EmailPusherTests(HomeserverTestCase): # disassociate the user's email address self.get_success( - self.auth_handler.delete_and_unbind_threepid( + self.auth_handler.delete_local_threepid( user_id=self.user_id, medium="email", address="a@example.com" ) ) |