Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Fix Cryptography deprecation warning (#7566)
The `not_valid_after` property was deprecated in favor of `not_valid_after_utc`. Both return a timestamp in UTC time so this seems like a safe lateral move. See [here](https://cryptography.io/en/latest/x509/reference/#cryptography.x509.Certificate.not_valid_after) for more information. ``` /boulder/test/v2_integration.py:1405: CryptographyDeprecationWarning: Properties that return a naïve datetime object have been deprecated. Please switch to not_valid_after_utc. ```
- Loading branch information