We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3bc9e5 commit e6f3e9cCopy full SHA for e6f3e9c
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