Skip to content

Commit 7e19065

Browse files
committed
modify it
1 parent 520cd98 commit 7e19065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/e2e_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func TestE2ETestSuite(t *testing.T) {
4545

4646
func (s *e2eTestSuite) SetupSuite() {
4747
clusterConfig := client.ClusterConfig{
48-
NodeUrls: strings.Split("127.0.0.1:6667", ","),
48+
NodeUrls: strings.Split("iotdb:6668,iotdb:6667,iotdb:6669", ","),
4949
UserName: "root",
5050
Password: "root",
5151
}

0 commit comments

Comments
 (0)