We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f34311d commit 08f8f48Copy full SHA for 08f8f48
deltachat-rpc-client/src/deltachat_rpc_client/pytestplugin.py
@@ -43,7 +43,6 @@ def get_credentials(self) -> (str, str):
43
@futuremethod
44
def new_configured_account(self):
45
"""Create a new configured account."""
46
- addr, password = self.get_credentials()
47
account = self.get_unconfigured_account()
48
domain = os.getenv("CHATMAIL_DOMAIN")
49
yield account.add_transport_from_qr.future(f"dcaccount:{domain}")
0 commit comments