Skip to content

Commit dc00787

Browse files
committed
Fix dummy API key in integration tests
1 parent 4695446 commit dc00787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseInstallations/Source/Tests/Integration/FIRInstallationsIntegrationTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ - (FIRApp *)createAndConfigureAppWithName:(NSString *)name {
205205
FIROptions *options =
206206
[[FIROptions alloc] initWithGoogleAppID:@"1:100000000000:ios:aaaaaaaaaaaaaaaaaaaaaaaa"
207207
GCMSenderID:@"valid_sender_id"];
208-
options.APIKey = @"some_api_key";
208+
options.APIKey = @"APIKeyWithValidFormat1920404502934lksfj";
209209
options.projectID = @"project_id";
210210
[FIRApp configureWithName:name options:options];
211211

0 commit comments

Comments
 (0)