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)