Skip to content

Commit 8ba6bfa

Browse files
committed
Fix a test.
1 parent aff4584 commit 8ba6bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xds/src/test/java/io/grpc/xds/internal/security/SecurityProtocolNegotiatorsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ public void sniInClientSecurityHandler_autoHostSniIsTrue_usesEndpointHostname()
242242
CLIENT_PEM_FILE, CA_PEM_FILE, null, null, null, null, null);
243243
UpstreamTlsContext upstreamTlsContext =
244244
CommonTlsContextTestsUtil
245-
.buildUpstreamTlsContext("google_cloud_private_spiffe-client", true);
245+
.buildUpstreamTlsContext("google_cloud_private_spiffe-client", true, "", true);
246246
SslContextProviderSupplier sslContextProviderSupplier =
247247
new SslContextProviderSupplier(upstreamTlsContext,
248248
new TlsContextManagerImpl(bootstrapInfoForClient));

0 commit comments

Comments
 (0)