Skip to content

Commit 0d2c5af

Browse files
committed
modify nodeUrls
1 parent 55abb7e commit 0d2c5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/e2e_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func TestE2ETestSuite(t *testing.T) {
4343

4444
func (s *e2eTestSuite) SetupSuite() {
4545
clusterConfig := client.ClusterConfig{
46-
NodeUrls: strings.Split("iotdb:6668,localhost:6667,iotdb:6669", ","),
46+
NodeUrls: strings.Split("iotdb:6668,iotdb:6667,iotdb:6669", ","),
4747
UserName: "root",
4848
Password: "root",
4949
}

0 commit comments

Comments
 (0)