Skip to content

Commit 7853fbc

Browse files
committed
Initialize Conscrypt
1 parent a8015cd commit 7853fbc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/src/androidTest/java/at/bitfire/cert4android/OkhttpTest.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ class OkhttpTest {
1414

1515
private val context by lazy { InstrumentationRegistry.getInstrumentation().targetContext }
1616

17+
init {
18+
ConscryptIntegration.initialize()
19+
}
20+
1721
@Test
1822
fun testAccessICloudComWithCache() {
1923
val client = buildClient()

0 commit comments

Comments
 (0)