We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55abb7e commit 0d2c5afCopy full SHA for 0d2c5af
test/e2e/e2e_test.go
@@ -43,7 +43,7 @@ func TestE2ETestSuite(t *testing.T) {
43
44
func (s *e2eTestSuite) SetupSuite() {
45
clusterConfig := client.ClusterConfig{
46
- NodeUrls: strings.Split("iotdb:6668,localhost:6667,iotdb:6669", ","),
+ NodeUrls: strings.Split("iotdb:6668,iotdb:6667,iotdb:6669", ","),
47
UserName: "root",
48
Password: "root",
49
}
0 commit comments