Skip to content

Commit

Permalink
test: Update tests to use identity parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
tetsuo-cpp committed Nov 3, 2022
1 parent 2798a9e commit 99bbac2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def test_verifier_san_email(signed_asset):
a_assets[0],
a_assets[1],
a_assets[2],
expected_cert_email="william@yossarian.net",
expected_cert_identity="william@yossarian.net",
)


Expand All @@ -101,6 +101,6 @@ def test_verifier_san_uri(signed_asset):
a_assets[0],
a_assets[1],
a_assets[2],
expected_cert_email="https://github.com/sigstore/"
expected_cert_identity="https://github.com/sigstore/"
"sigstore-python/.github/workflows/ci.yml@refs/pull/288/merge",
)

0 comments on commit 99bbac2

Please sign in to comment.