mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-04 12:41:50 +02:00
fixup! b4818ce854
This commit is contained in:
parent
43f6d89bbb
commit
d93c99f8e2
1 changed files with 0 additions and 4 deletions
|
@ -41,10 +41,6 @@ def valid_signature():
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def signature_other_digest(valid_signature):
|
|
||||||
signature = valid_signature.copy()
|
|
||||||
signature["Bundle"]["Payload"]["digest"] = "sha256:123456"
|
|
||||||
return signature
|
|
||||||
def tempered_signature():
|
def tempered_signature():
|
||||||
signature_file = next(TEMPERED_SIGNATURES_PATH.glob("**/*.json"))
|
signature_file = next(TEMPERED_SIGNATURES_PATH.glob("**/*.json"))
|
||||||
with open(signature_file, "r") as signature_file:
|
with open(signature_file, "r") as signature_file:
|
||||||
|
|
Loading…
Reference in a new issue