Skip to content

Commit

Permalink
Added test for ClientVerifier.store (#10665)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Mar 29, 2024
1 parent 83b2933 commit 01561de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/x509/verification/test_verification.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def test_verify(self):

assert verifier.validation_time == validation_time.replace(tzinfo=None)
assert verifier.max_chain_depth == 16
assert verifier.store is store

verified_client = verifier.verify(leaf, [])
assert verified_client.chain == [leaf]
Expand Down

0 comments on commit 01561de

Please sign in to comment.