summary refs log tree commit diff
path: root/tests/push/test_email.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2023-02-10 17:26:04 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2023-02-10 17:26:04 +0000
commit29fb6ead27bdf782fd736af7eca25320ccc92aa9 (patch)
tree6a86c85eee5e23a2827561e6bba12b87bf9ae3b1 /tests/push/test_email.py
parentRename delete_threepid -> delete_and_unbind_threepid (diff)
downloadsynapse-github/anoa/blablabla.tar.xz
Diffstat (limited to 'tests/push/test_email.py')
-rw-r--r--tests/push/test_email.py2
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"
             )
         )