Skip to content

Commit

Permalink
Use new fixture signing key
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
dralley authored and lubosmj committed Nov 22, 2023
1 parent 724a85c commit 0d58df7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pulp_container/tests/functional/api/test_push_signatures.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 0d58df7

Please sign in to comment.