Skip to content

Commit 7dca480

Browse files
committed
suppress lint on Test file
1 parent 2d21a5b commit 7dca480

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

autofill/autofill-impl/src/test/java/com/duckduckgo/autofill/impl/AutofillCapabilityCheckerImplTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
package com.duckduckgo.autofill.impl
1818

19+
import android.annotation.SuppressLint
1920
import androidx.test.ext.junit.runners.AndroidJUnit4
2021
import com.duckduckgo.autofill.api.AutofillFeature
2122
import com.duckduckgo.autofill.api.InternalTestUserChecker
@@ -130,6 +131,7 @@ class AutofillCapabilityCheckerImplTest {
130131
assertFalse(testee.canSaveCredentialsFromWebView(URL))
131132
}
132133

134+
@SuppressLint("DenyListedApi")
133135
private suspend fun setupConfig(
134136
topLevelFeatureEnabled: Boolean = false,
135137
autofillEnabledByUser: Boolean = false,

0 commit comments

Comments
 (0)