File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
FirebaseAuth/Tests/Sample Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
#import " FIRAuthE2eTestsBase.h"
18
18
19
19
/* * The url for obtaining a valid custom token string used to test BYOAuth. */
20
- static NSString *const kCustomTokenUrl = @" https://fb-sa-1211 .appspot.com/token" ;
20
+ static NSString *const kCustomTokenUrl = @" https://gcip-testapps.wl.r .appspot.com/token" ;
21
21
22
22
/* * The invalid custom token string for testing BYOAuth. */
23
23
static NSString *const kInvalidCustomToken = @" invalid token." ;
Original file line number Diff line number Diff line change 34
34
35
35
NS_ASSUME_NONNULL_BEGIN
36
36
37
- static NSString *const kCustomTokenUrl = @" https://fb-sa-1211 .appspot.com/token" ;
37
+ static NSString *const kCustomTokenUrl = @" https://gcip-testapps.wl.r .appspot.com/token" ;
38
38
39
- static NSString *const kExpiredCustomTokenUrl = @" https://fb-sa-1211 .appspot.com/expired_token" ;
39
+ static NSString *const kExpiredCustomTokenUrl = @" https://gcip-testapps.wl.r .appspot.com/expired_token" ;
40
40
41
41
static NSString *const kInvalidCustomToken = @" invalid custom token." ;
42
42
You can’t perform that action at this time.
0 commit comments