You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xds/src/test/java/io/grpc/xds/internal/security/certprovider/CertProviderClientSslContextProviderTest.java
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -187,11 +187,9 @@ public void testProviderForClient_mtls() throws Exception {
187
187
}
188
188
189
189
@Test
190
-
/**
191
-
* Note this route will not really be invoked since {@link SslContextProviderSupplier} will
192
-
* shortcircuit creating the certificate provider and directly invoke the callback with the
193
-
* SslContext in this case.
194
-
*/
190
+
// Note: This code flow will not really be invoked since {@link SslContextProviderSupplier} will
191
+
// shortcircuit creating the certificate provider and directly invoke the callback with the
0 commit comments