Skip to content

Commit

Permalink
removing comment
Browse files Browse the repository at this point in the history
Signed-off-by: Javan lacerda <javanlacerda@google.com>
  • Loading branch information
javanlacerda committed Mar 21, 2024
1 parent b3bc9e5 commit e6f3e9c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/unit/test_sign.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ def test_sign_prehashed(staging):
sign_ctx: SigningContext = sign_ctx()
verifier: Verifier = verifier()

# mock = pretend.stub(ct_keyring=lambda: pretend.stub(verify=pretend.raiser(KeyringLookupError)))
# sign_ctx._trusted_root = mock
input_ = secrets.token_bytes(32)
hashed = Hashed(
digest=hashlib.sha256(input_).digest(), algorithm=HashAlgorithm.SHA2_256
Expand Down

0 comments on commit e6f3e9c

Please sign in to comment.