Skip to content

Commit 733f57c

Browse files
committed
More fixes for system root certs.
1 parent c14a488 commit 733f57c

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/certprovider/CertProviderClientSslContextProviderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public void testProviderForClient_systemRootCerts_regularTls() {
206206

207207
assertThat(provider.savedKey).isNull();
208208
assertThat(provider.savedCertChain).isNull();
209-
assertThat(provider.savedTrustedRoots).isNull();
209+
assertThat(provider.savedTrustedRoots).isNotNull();
210210
assertThat(provider.getSslContext()).isNotNull();
211211
TestCallback testCallback =
212212
CommonTlsContextTestsUtil.getValueThruCallback(provider);

0 commit comments

Comments
 (0)