Skip to content

Commit

Permalink
Update tests/ci/integration/python_tests/test_cryptography.py
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Chiang <sachiang@amazon.com>
  • Loading branch information
WillChilds-Klein and samuel40791765 committed Jun 5, 2024
1 parent bdb1ab5 commit aab761a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci/integration/python_tests/test_cryptography.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@

version = cryptography.hazmat.backends.openssl.backend.openssl_version_text()
assert "OpenSSL" in version, f"PyCA didn't link OpenSSL: {version}"
assert "AWS-LC" not in version, f"PyOpenSSL linked AWS-LC: {version}"
assert "AWS-LC" not in version, f"PyCA linked AWS-LC: {version}"

0 comments on commit aab761a

Please sign in to comment.