Skip to content

Commit 08f8f48

Browse files
committed
refactor: remove unused call to get_credentials()
1 parent f34311d commit 08f8f48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deltachat-rpc-client/src/deltachat_rpc_client/pytestplugin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ def get_credentials(self) -> (str, str):
4343
@futuremethod
4444
def new_configured_account(self):
4545
"""Create a new configured account."""
46-
addr, password = self.get_credentials()
4746
account = self.get_unconfigured_account()
4847
domain = os.getenv("CHATMAIL_DOMAIN")
4948
yield account.add_transport_from_qr.future(f"dcaccount:{domain}")

0 commit comments

Comments
 (0)