Skip to content

Commit e284ee1

Browse files
author
renkelvin
committed
Update test_server.ts
1 parent 776a2fd commit e284ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/test/integration/webdriver/util/test_server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class AuthTestServer {
4343
We use "127.0.0.1" rather than "localhost" since emulator uses the former,
4444
and we want to be on the same origin (to access session storage for redirect-based tests).
4545
*/
46-
return `http://127.0.0.1:${PORT_NUMBER}`;
46+
return `http://127.0.0.1:${PORT_NUMBER}`;
4747
}
4848

4949
async start(): Promise<void> {

0 commit comments

Comments
 (0)