From 4b1dfece5d69858a4bdb7dbf3c341bb4836ce2dd Mon Sep 17 00:00:00 2001 From: cb-robot <8571829+cb-robot@users.noreply.github.com> Date: Mon, 5 Jan 2026 16:03:26 +0000 Subject: [PATCH] Automated change: Fix sanity tests --- test/core/tsi/spiffe_ssl_transport_security_test.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/core/tsi/spiffe_ssl_transport_security_test.cc b/test/core/tsi/spiffe_ssl_transport_security_test.cc index 6e5ed0c8c7bc6..b18b904bcab81 100644 --- a/test/core/tsi/spiffe_ssl_transport_security_test.cc +++ b/test/core/tsi/spiffe_ssl_transport_security_test.cc @@ -410,8 +410,8 @@ TEST_P(SpiffeSslTransportSecurityTest, InvalidUTF8Fails) { auto* fixture_pass = new SslTsiTestFixture( kServerKeyPath, kServerCertPath, kInvalidUtf8SanKeyPath, kInvalidUtf8SanCertPath, "", "", kCaPemPath, - // OpenSSL3 and above will fail the handshake because of the invalid - // UTF-8 URI SAN. + // OpenSSL3 and above will fail the handshake because of the invalid + // UTF-8 URI SAN. #if OPENSSL_VERSION_NUMBER >= 0x30000000L /*expect_server_success=*/false, /*expect_client_success_1_2=*/false,