Skip to content

Commit d6eca55

Browse files
committed
Change test RPC addr to explicit IP address 127.0.0.1
1 parent e3f3171 commit d6eca55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/integration_helper.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Client } from '@yorkie-js-sdk/src/client/client';
44
import { Document } from '@yorkie-js-sdk/src/document/document';
55
import { Indexable } from '@yorkie-js-sdk/test/helper/helper';
66

7-
export const testRPCAddr = process.env.TEST_RPC_ADDR || 'http://localhost:8080';
7+
export const testRPCAddr = process.env.TEST_RPC_ADDR || 'http://127.0.0.1:8080';
88

99
export function toDocKey(title: string): string {
1010
return title

0 commit comments

Comments
 (0)