We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0410d79 commit ea26820Copy full SHA for ea26820
test/unit/test_sign.py
@@ -138,8 +138,6 @@ def test_sign_prehashed(staging):
138
sign_ctx: SigningContext = sign_ctx()
139
verifier: Verifier = verifier()
140
141
- # mock = pretend.stub(ct_keyring=lambda: pretend.stub(verify=pretend.raiser(KeyringLookupError)))
142
- # sign_ctx._trusted_root = mock
143
input_ = secrets.token_bytes(32)
144
hashed = Hashed(
145
digest=hashlib.sha256(input_).digest(), algorithm=HashAlgorithm.SHA2_256
0 commit comments