From 22d01a4045d892ee34b71946c157c246cbd6ac64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Tue, 25 Feb 2025 15:44:24 +0100 Subject: [PATCH] fixup! c9c301d83330f07852856725fbe8b5502caa1371 --- tests/test_signatures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_signatures.py b/tests/test_signatures.py index cb072f6..7981e93 100644 --- a/tests/test_signatures.py +++ b/tests/test_signatures.py @@ -213,7 +213,7 @@ def test_store_signatures_with_different_digests( valid_signature, signature_other_digest, mocker, tmp_path ): """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" # Mock the signatures path