feat: Remove trailing '.' from device message about receive_imf failure

This is to avoid from the Android UI treating it as a part of URL.
This commit is contained in:
iequidoo
2026-06-26 14:20:59 -03:00
committed by iequidoo
parent abaa48d0a1
commit b4471f2434
2 changed files with 4 additions and 2 deletions

View File

@@ -380,7 +380,7 @@ def test_receive_imf_failure(acfactory) -> None:
snapshot.text == "❌ Failed to receive a message:"
" Condition failed: `!context.get_config_bool(Config::SimulateReceiveImfError).await?`."
f" Core version {version}."
" Please report this bug to delta@merlinux.eu or https://support.delta.chat/."
" Please report this bug to delta@merlinux.eu or https://support.delta.chat/"
)
# The failed message doesn't break the IMAP loop.