Skip to content

Commit 965cc2a

Browse files
authored
chore: update truststore to contain DigiCert Global Root G2 (#2582)
* update truststore to contain DigiCert Global Root G2 * fix test to account for newly added cert
1 parent 9cc0422 commit 965cc2a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

google-api-client/src/test/java/com/google/api/client/googleapis/GoogleUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public void testGetCertificateTrustStore() throws Exception {
3535
}
3636
// intentionally check the count of certificates, so it can help us detect if a new certificate
3737
// has been added or removed
38-
assertEquals(70, trustStore.size());
38+
assertEquals(71, trustStore.size());
3939
}
4040

4141
public void testVersionMatcher() {

0 commit comments

Comments
 (0)