Fix test output

test_compose_reply_subject_prefix requires access to / path, and fails
when building with deb-dist
pull/180/head
Manos Pitsidianakis 2023-03-06 09:49:02 +02:00
parent 671ce9f694
commit 11140b4a76
2 changed files with 2 additions and 1 deletions

View File

@ -102,7 +102,7 @@ mod tests {
bcc.as_ref().map(String::as_str),
body.as_ref().map(String::as_str),
),
(&test_address, Some("email%20subject"), None, None, None)
(&test_address, Some("email subject"), None, None, None)
);
let mailto = Mailto::try_from(&b"mailto:info@example.com?cc=8cc9@example.com"[0..])
.expect("Could not parse mailto link.");

View File

@ -2392,6 +2392,7 @@ fn attribution_string(
}
#[test]
#[ignore]
fn test_compose_reply_subject_prefix() {
let raw_mail = r#"From: "some name" <some@example.com>
To: "me" <myself@example.com>