Skip to content

Commit 87328fa

Browse files
author
renkelvin
committed
Update test_server.ts
1 parent 25be10a commit 87328fa

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
@@ -39,7 +39,7 @@ class AuthTestServer {
3939
}
4040

4141
get address(): string {
42-
return `http://localhost:${PORT_NUMBER}`;
42+
return `http://127.0.0.1:${PORT_NUMBER}`;
4343
}
4444

4545
async start(): Promise<void> {

0 commit comments

Comments
 (0)