mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
test: enable verified 1:1 chats in deltachat-rpc-client tests
This commit is contained in:
@@ -21,7 +21,9 @@ class ACFactory:
|
||||
self.deltachat = deltachat
|
||||
|
||||
def get_unconfigured_account(self) -> Account:
|
||||
return self.deltachat.add_account()
|
||||
account = self.deltachat.add_account()
|
||||
account.set_config("verified_one_on_one_chats", "1")
|
||||
return account
|
||||
|
||||
def get_unconfigured_bot(self) -> Bot:
|
||||
return Bot(self.get_unconfigured_account())
|
||||
|
||||
Reference in New Issue
Block a user