From aab761ae8a668234d4fda9ef585aa653a32245d7 Mon Sep 17 00:00:00 2001 From: Will Childs-Klein Date: Wed, 5 Jun 2024 10:36:17 -0500 Subject: [PATCH] Update tests/ci/integration/python_tests/test_cryptography.py Co-authored-by: Samuel Chiang --- tests/ci/integration/python_tests/test_cryptography.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci/integration/python_tests/test_cryptography.py b/tests/ci/integration/python_tests/test_cryptography.py index 50ad6148fb..cd8b40b454 100644 --- a/tests/ci/integration/python_tests/test_cryptography.py +++ b/tests/ci/integration/python_tests/test_cryptography.py @@ -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}"