mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 00:46:31 +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
|
self.deltachat = deltachat
|
||||||
|
|
||||||
def get_unconfigured_account(self) -> Account:
|
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:
|
def get_unconfigured_bot(self) -> Bot:
|
||||||
return Bot(self.get_unconfigured_account())
|
return Bot(self.get_unconfigured_account())
|
||||||
|
|||||||
Reference in New Issue
Block a user