From 08f8f488b198c9f82205073b6844f1bf33f84814 Mon Sep 17 00:00:00 2001 From: link2xt Date: Fri, 31 Oct 2025 10:42:10 +0000 Subject: [PATCH] refactor: remove unused call to get_credentials() --- deltachat-rpc-client/src/deltachat_rpc_client/pytestplugin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/deltachat-rpc-client/src/deltachat_rpc_client/pytestplugin.py b/deltachat-rpc-client/src/deltachat_rpc_client/pytestplugin.py index da92f430f..ff3a92985 100644 --- a/deltachat-rpc-client/src/deltachat_rpc_client/pytestplugin.py +++ b/deltachat-rpc-client/src/deltachat_rpc_client/pytestplugin.py @@ -43,7 +43,6 @@ class ACFactory: @futuremethod def new_configured_account(self): """Create a new configured account.""" - addr, password = self.get_credentials() account = self.get_unconfigured_account() domain = os.getenv("CHATMAIL_DOMAIN") yield account.add_transport_from_qr.future(f"dcaccount:{domain}")