Skip to content

Commit

Permalink
testing authdomain port number
Browse files Browse the repository at this point in the history
  • Loading branch information
bhparijat committed May 5, 2023
1 parent 50be2c1 commit 97fc169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auth/src/core/auth/initialize.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ describe('core/auth/initialize', () => {
apiHost: 'identitytoolkit.googleapis.com',
apiKey: 'fake-key',
apiScheme: 'https',
authDomain: 'fake-auth-domain:9999',
authDomain: 'fake-auth-domain',
clientPlatform: expectedClientPlatform,
sdkClientVersion: expectedSdkClientVersion,
tokenApiHost: 'securetoken.googleapis.com'
Expand Down

0 comments on commit 97fc169

Please sign in to comment.