Skip to content

Commit f4f24a7

Browse files
committed
Add additional tests
1 parent 28096d4 commit f4f24a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/integration/auth.spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}
9191
const 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
}
9898
let 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',

0 commit comments

Comments
 (0)