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