Skip to content

Commit 97fc169

Browse files
committed
testing authdomain port number
1 parent 50be2c1 commit 97fc169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/src/core/auth/initialize.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ describe('core/auth/initialize', () => {
165165
apiHost: 'identitytoolkit.googleapis.com',
166166
apiKey: 'fake-key',
167167
apiScheme: 'https',
168-
authDomain: 'fake-auth-domain:9999',
168+
authDomain: 'fake-auth-domain',
169169
clientPlatform: expectedClientPlatform,
170170
sdkClientVersion: expectedSdkClientVersion,
171171
tokenApiHost: 'securetoken.googleapis.com'

0 commit comments

Comments
 (0)