Skip to content

Commit 1358e34

Browse files
authored
modified url for app engine test-app (#10113)
Co-authored-by: Parijat Bhatt <[email protected]>
1 parent 4b3e089 commit 1358e34

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

FirebaseAuth/Tests/Sample/E2eTests/BYOAuthTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#import "FIRAuthE2eTestsBase.h"
1818

1919
/** 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";
2121

2222
/** The invalid custom token string for testing BYOAuth. */
2323
static NSString *const kInvalidCustomToken = @"invalid token.";

FirebaseAuth/Tests/Sample/Sample/MainViewController+AutoTests.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434

3535
NS_ASSUME_NONNULL_BEGIN
3636

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";
3838

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";
4040

4141
static NSString *const kInvalidCustomToken = @"invalid custom token.";
4242

0 commit comments

Comments
 (0)