Skip to content

Commit

Permalink
Fix hard revocation date test for new cert
Browse files Browse the repository at this point in the history
  • Loading branch information
wbond committed Aug 15, 2023
1 parent f88e4cf commit 1eaf36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def test_revocation_mode_hard(self):

expected = (
'(CRL|OCSP response) indicates the end-entity certificate was '
'revoked at 22:40:37 on 2022-04-13, due to an unspecified reason'
'revoked at 03:59:20 on 2023-02-14, due to an unspecified reason'
)
with self.assertRaisesRegex(RevokedError, expected):
validate_path(context, path)
Expand Down

0 comments on commit 1eaf36f

Please sign in to comment.