Skip to content

Commit 02832eb

Browse files
committed
Revert "Re-check FIRAAppCheckDebugToken"
This reverts commit 62d5b82.
1 parent 62d5b82 commit 02832eb

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

FirebaseVertexAI/Tests/TestApp/Tests/Integration/IntegrationTests.swift

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,6 @@ final class IntegrationTests: XCTestCase {
6464
storage = Storage.storage()
6565
}
6666

67-
func testDebugTokenProvided() {
68-
if ProcessInfo.processInfo.environment["FIRAAppCheckDebugToken"] == nil {
69-
XCTFail("No App Check debug token provided in FIRAAppCheckDebugToken.")
70-
}
71-
}
72-
73-
func testDebugTokenNotProvided() {
74-
if ProcessInfo.processInfo.environment["FIRAAppCheckDebugToken"] != nil {
75-
XCTFail("Token not provided; intentionally failing for testing.")
76-
}
77-
}
78-
7967
// MARK: - Generate Content
8068

8169
func testGenerateContent() async throws {

0 commit comments

Comments
 (0)