mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-23 03:18:08 +01:00
test: compute expected keyid from fingerprint
This commit is contained in:
parent
8eabd6388e
commit
acb31939bb
1 changed files with 1 additions and 1 deletions
|
@ -467,7 +467,7 @@ expected='[[[{"id": "XXXXX",
|
|||
"Date": "Sat, 01 Jan 2000 12:00:00 +0000"},
|
||||
"body": [{"id": 1,
|
||||
"sigstatus": [{"status": "error",
|
||||
"keyid": "6D92612D94E46381",
|
||||
"keyid": "'$(echo $FINGERPRINT | cut -c 25-)'",
|
||||
"errors": {"key-revoked": true}}],
|
||||
"content-type": "multipart/signed",
|
||||
"content": [{"id": 2,
|
||||
|
|
Loading…
Reference in a new issue