mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-04 04:31:49 +02:00
fixup! b4818ce854
This commit is contained in:
parent
d93c99f8e2
commit
7e4cd66d2b
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,10 @@ def tempered_signature():
|
|||
|
||||
|
||||
@pytest.fixture
|
||||
def signature_other_digest(valid_signature):
|
||||
signature = valid_signature.copy()
|
||||
signature["Bundle"]["Payload"]["digest"] = "sha256:123456"
|
||||
return signature
|
||||
|
||||
|
||||
def test_load_valid_signatures(mocker):
|
||||
|
|
Loading…
Reference in a new issue