mirror of
https://github.com/chatmail/core.git
synced 2026-05-22 16:26:31 +03:00
test: add TestContext.allow_unencrypted()
This commit is contained in:
@@ -151,6 +151,7 @@ async fn test_message_stats() -> Result<()> {
|
||||
alice
|
||||
.set_config_internal(Config::StatsSending, Some("1"))
|
||||
.await?;
|
||||
alice.allow_unencrypted().await?;
|
||||
let email_chat = alice.create_email_chat(bob).await;
|
||||
let encrypted_chat = alice.create_chat(bob).await;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user