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}"