We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d21a5b commit 7dca480Copy full SHA for 7dca480
autofill/autofill-impl/src/test/java/com/duckduckgo/autofill/impl/AutofillCapabilityCheckerImplTest.kt
@@ -16,6 +16,7 @@
16
17
package com.duckduckgo.autofill.impl
18
19
+import android.annotation.SuppressLint
20
import androidx.test.ext.junit.runners.AndroidJUnit4
21
import com.duckduckgo.autofill.api.AutofillFeature
22
import com.duckduckgo.autofill.api.InternalTestUserChecker
@@ -130,6 +131,7 @@ class AutofillCapabilityCheckerImplTest {
130
131
assertFalse(testee.canSaveCredentialsFromWebView(URL))
132
}
133
134
+ @SuppressLint("DenyListedApi")
135
private suspend fun setupConfig(
136
topLevelFeatureEnabled: Boolean = false,
137
autofillEnabledByUser: Boolean = false,
0 commit comments