mirror of
https://github.com/chatmail/core.git
synced 2026-05-16 21:36:30 +03:00
test: add TestContext.allow_unencrypted()
This commit is contained in:
@@ -160,6 +160,7 @@ Sent with my Delta Chat Messenger: https://delta.chat";
|
||||
let mut tcm = TestContextManager::new();
|
||||
let bob = &tcm.bob().await;
|
||||
bob.set_config_bool(Config::IsChatmail, true).await?;
|
||||
bob.allow_unencrypted().await?;
|
||||
let bob_chat_id = receive_imf(
|
||||
bob,
|
||||
b"From: alice@example.org\n\
|
||||
|
||||
Reference in New Issue
Block a user