File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 18
18
#import " SharedTestUtilities/FIROptionsMock.h"
19
19
20
20
NSString *const kAndroidClientID = @" correct_android_client_id" ;
21
- // FIS requires 39 characters starting with A.
22
- NSString *const kAPIKey = @" A23456789012345678901234567890123456789" ;
21
+ NSString *const kAPIKey = @" correct_api_key" ;
23
22
NSString *const kCustomizedAPIKey = @" customized_api_key" ;
24
23
NSString *const kClientID = @" correct_client_id" ;
25
24
NSString *const kTrackingID = @" correct_tracking_id" ;
32
31
NSString *const kNewDeepLinkURLScheme = @" newdeeplinkurlfortest" ;
33
32
34
33
NSString *const kBundleID = @" com.google.FirebaseSDKTests" ;
35
- NSString *const kProjectID = @" Mocked Project ID " ;
34
+ NSString *const kProjectID = @" abc-xyz-123 " ;
36
35
37
36
@interface FIROptionsMock ()
38
37
You can’t perform that action at this time.
0 commit comments