This commit is contained in:
Alexis Métaireau 2025-02-25 15:44:24 +01:00
parent 8381b2fb7b
commit 7e283196d8

View file

@ -210,10 +210,6 @@ def test_get_remote_signatures_cosign_error(mocker, fp: FakeProcess):
def test_store_signatures_with_different_digests( def test_store_signatures_with_different_digests(
valid_signature, signature_other_digest
):
signatures = [valid_signature, signature_other_digest]
breakpoint()
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."""