mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-04 04:31:49 +02:00
fixup! (WIP) Add tests
This commit is contained in:
parent
01f7b37151
commit
0c063b5b27
1 changed files with 2 additions and 2 deletions
|
@ -291,8 +291,8 @@ def test_is_update_available_when_no_local_image(mocker):
|
|||
return_value=RANDOM_DIGEST,
|
||||
)
|
||||
|
||||
def test_is_update_available_trims():
|
||||
pass
|
||||
# Call is_update_available
|
||||
update_available, digest = is_update_available("ghcr.io/freedomofpress/dangerzone")
|
||||
|
||||
|
||||
def test_verify_signature_wrong_payload_digest():
|
||||
|
|
Loading…
Reference in a new issue