Skip to content

Commit c923ddf

Browse files
authored
Re-enable App Check integration tests. (#2613)
1 parent 3514ddf commit c923ddf

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

appcheck/firebase-appcheck-debug-testing/firebase-appcheck-debug-testing.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ android {
3232
minSdkVersion project.minSdkVersion
3333
versionName version
3434
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
35-
// TODO: Uncomment the line below once we configure the debug secret environment variable in the public repo.
36-
// testInstrumentationRunnerArgument "firebaseAppCheckDebugSecret", System.getenv("FIREBASE_APP_CHECK_DEBUG_SECRET") ?: ''
35+
testInstrumentationRunnerArgument "firebaseAppCheckDebugSecret", System.getenv("FIREBASE_APP_CHECK_DEBUG_SECRET") ?: ''
3736
}
3837
compileOptions {
3938
sourceCompatibility JavaVersion.VERSION_1_8

appcheck/firebase-appcheck-debug-testing/src/androidTest/java/com/google/firebase/appcheck/debug/testing/FirebaseAppCheckTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
import org.junit.runner.RunWith;
3535

3636
@RunWith(AndroidJUnit4.class)
37-
@Ignore("TODO: Re-enable after setting up debug secret environment variable in public repo.")
3837
public class FirebaseAppCheckTest {
3938
private final DebugAppCheckTestHelper debugAppCheckTestHelper =
4039
DebugAppCheckTestHelper.fromInstrumentationArgs();

0 commit comments

Comments
 (0)