We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5a8a7 commit 42ad97bCopy full SHA for 42ad97b
1 file changed
tests/test_cose_sample_with_encode.py
@@ -672,7 +672,6 @@ def test_cose_usage_examples_cose_encrypt_hpke(self):
672
},
673
)
674
assert b"This is the content." == recipient.decode(encoded, rsk2, external_aad=b"COSE-HPKE app")
675
- assert False
676
677
def test_cose_usage_examples_cose_encrypt_hpke_with_1st_layer_hpke(self):
678
# The sender side:
0 commit comments