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 committed Nov 17, 2023
1 parent 499e084 commit d978098
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def test_assert_signed_image(
assert decrypted.key_id == keyid
assert decrypted.fingerprint == fingerprint
assert decrypted.status == "signature valid"
assert decrypted.username == "Pulp QE"
assert decrypted.username == "pulp-fixture-signing-key"

json_s = json.loads(decrypted.data)

Expand Down

0 comments on commit d978098

Please sign in to comment.