mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 09:56:35 +03:00
Replace test Alice key with ed25519 key
Autocrypt Setup Message does not contain "==" anymore since key length has changed.
This commit is contained in:
@@ -756,7 +756,6 @@ mod tests {
|
||||
assert!(msg.contains("-----BEGIN PGP MESSAGE-----\r\n"));
|
||||
assert!(msg.contains("Passphrase-Format: numeric9x4\r\n"));
|
||||
assert!(msg.contains("Passphrase-Begin: he\n"));
|
||||
assert!(msg.contains("==\n"));
|
||||
assert!(msg.contains("-----END PGP MESSAGE-----\n"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user