mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-04 12:41:50 +02:00
fixup! c9c301d833
This commit is contained in:
parent
7e4cd66d2b
commit
22d01a4045
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue