Skip to content

Commit ec09fdb

Browse files
committed
Fix tests
1 parent 7adc373 commit ec09fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/cluster_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func (c *elasticEtcdProcessConfig) etcdProcessConfig() (*etcdProcessConfig, erro
5959
// run elastic-etcd
6060
args := []string{
6161
"elastic-etcd",
62-
"-discovery-url=" + c.discoveryURL,
62+
"-discovery=" + c.discoveryURL,
6363
"-o=flags",
6464
"--initial-advertise-peer-urls", peerURL,
6565
fmt.Sprintf("-name=%d", c.num),

0 commit comments

Comments
 (0)