mirror of
https://github.com/chatmail/core.git
synced 2026-05-17 05:46:30 +03:00
test: use encryption in all JSON-RPC online tests
This commit is contained in:
@@ -79,7 +79,7 @@ class ACFactory:
|
||||
) -> Message:
|
||||
if not from_account:
|
||||
from_account = (self.get_online_accounts(1))[0]
|
||||
to_contact = from_account.create_contact(to_account.get_config("addr"))
|
||||
to_contact = from_account.create_contact(to_account)
|
||||
if group:
|
||||
to_chat = from_account.create_group(group)
|
||||
to_chat.add_contact(to_contact)
|
||||
|
||||
Reference in New Issue
Block a user