Skip to content

Commit 0395000

Browse files
author
zhoutongxi
committed
fix
1 parent 89d6db3 commit 0395000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go-client/session/meta_session_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func testMetaSessionMustQueryLeader(t *testing.T, metaServers []string) {
8181
func TestNodeSession_ConcurrentCall(t *testing.T) {
8282
defer leaktest.Check(t)()
8383

84-
meta := newMetaSession("127.0.0.1:34601")
84+
meta := newMetaSession("0.0.0.0:34601")
8585
defer meta.Close()
8686

8787
var wg sync.WaitGroup

0 commit comments

Comments
 (0)