test: fix test_encrypt_decrypt_broadcast()

This commit is contained in:
Hocuri
2025-08-04 17:16:47 +02:00
parent 504b2d691d
commit 6012595f1a
3 changed files with 19 additions and 13 deletions

View File

@@ -5226,7 +5226,7 @@ impl Context {
Blocked::Not,
ProtectionStatus::Unprotected,
None,
create_smeared_timestamp(self),
smeared_time(self),
)
.await?;
save_broadcast_shared_secret(self, chat_id, shared_secret).await?;