From 29fb6ead27bdf782fd736af7eca25320ccc92aa9 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Fri, 10 Feb 2023 17:26:04 +0000 Subject: wip --- tests/push/test_email.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/push/test_email.py') 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" ) ) -- cgit 1.5.1