This commit is contained in:
Alexis Métaireau 2025-02-25 15:44:24 +01:00
parent 7e4cd66d2b
commit 22d01a4045

View file

@ -213,7 +213,7 @@ def test_store_signatures_with_different_digests(
valid_signature, signature_other_digest, mocker, tmp_path valid_signature, signature_other_digest, mocker, tmp_path
): ):
"""Test that store_signatures raises an error when a signature's digest doesn't match.""" """Test that store_signatures raises an error when a signature's digest doesn't match."""
signatures = [valid_signature, signature_other_digest]
image_digest = "sha256:123456" image_digest = "sha256:123456"
# Mock the signatures path # Mock the signatures path