File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,14 +85,14 @@ const actionCodeSettingsWithCustomDomain: ActionCodeSettings = {
8585 handleCodeInApp : true ,
8686 linkDomain : 'liubin-dev2.testdomaindonotuse.com' ,
8787 iOS : {
88- bundleId : 'com.google.experimental1.dev.extension0 ' ,
88+ bundleId : 'testBundleId ' ,
8989 } ,
9090}
9191const actionCodeSettingsForFdlLinks : ActionCodeSettings = {
9292 url : 'http://localhost/?a=1&b=2#c=3' ,
9393 handleCodeInApp : true ,
9494 iOS : {
95- bundleId : 'com.google.experimental1.dev.extension0 ' ,
95+ bundleId : 'testBundleId ' ,
9696 } ,
9797}
9898let deleteQueue = Promise . resolve ( ) ;
@@ -1336,7 +1336,7 @@ describe('admin.auth', () => {
13361336 if ( authEmulatorHost ) {
13371337 return this . skip ( ) ; // Not yet supported in Auth Emulator.
13381338 }
1339-
1339+
13401340 const updateMobileLinksRequest : UpdateProjectConfigRequest = {
13411341 mobileLinksConfig : {
13421342 domain : 'FIREBASE_DYNAMIC_LINK_DOMAIN' ,
You can’t perform that action at this time.
0 commit comments