From 66b5b20638158febfea5a111cd7508a7520326dc Mon Sep 17 00:00:00 2001 From: Daniel Alley Date: Fri, 17 Nov 2023 01:29:18 -0500 Subject: [PATCH] Use new fixture signing key [noissue] --- pulp_container/tests/functional/api/test_push_signatures.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pulp_container/tests/functional/api/test_push_signatures.py b/pulp_container/tests/functional/api/test_push_signatures.py index 62ed2f8f1..5fc19dda2 100644 --- a/pulp_container/tests/functional/api/test_push_signatures.py +++ b/pulp_container/tests/functional/api/test_push_signatures.py @@ -73,9 +73,7 @@ def test_assert_signed_image( decrypted = gpg.decrypt(raw_s) assert decrypted.key_id == keyid - assert decrypted.fingerprint == fingerprint assert decrypted.status == "signature valid" - assert decrypted.username == "Pulp QE" json_s = json.loads(decrypted.data)