From 5702581b9a92ea2fc02190d66ad9a274011eebe4 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 22 Jan 2023 10:08:05 +0100 Subject: test_openpgp: Add more tests for the multi-signature case MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- tests/keydata.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/keydata.py') diff --git a/tests/keydata.py b/tests/keydata.py index 6384c97..c889c4d 100644 --- a/tests/keydata.py +++ b/tests/keydata.py @@ -213,6 +213,7 @@ SECOND_VALID_PUBLIC_KEY = SECOND_PUBLIC_KEY + SECOND_UID + SECOND_KEY_SIG SECOND_KEY_FINGERPRINT = "758E3E9C8CFB1C687D9B242553708F69B348B4CC" TWO_SIGNATURE_PUBLIC_KEYS = VALID_PUBLIC_KEY + SECOND_VALID_PUBLIC_KEY +TWO_KEYS_ONE_EXPIRED = EXPIRED_PUBLIC_KEY + SECOND_VALID_PUBLIC_KEY if __name__ == "__main__": -- cgit v1.2.3