Skip to content

Commit cbcdee5

Browse files
committed
Add fake to fix unit tests
1 parent 3ea2118 commit cbcdee5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FirebaseAuthUI/FirebaseAuthUITests/FUIAuthTest.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ - (void)setUp {
105105
if ([FIRApp defaultApp] == nil) {
106106
FIROptions *options = [[FIROptions alloc] initWithGoogleAppID:@"1:1069647793992:ios:91eecf4730fc920b"
107107
GCMSenderID:@"1069647793992"];
108+
options.APIKey = @"fakeAPIKey";
108109
[FIRApp configureWithOptions:options];
109110
}
110111

0 commit comments

Comments
 (0)