mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +00:00
agent: fix node name in cli test
This commit is contained in:
parent
6ffcdbc183
commit
cc999e339b
@ -70,7 +70,7 @@ func TestRetryJoin(t *testing.T) {
|
|||||||
|
|
||||||
args := []string{
|
args := []string{
|
||||||
"-data-dir", tmpDir,
|
"-data-dir", tmpDir,
|
||||||
"-node", conf2.NodeName,
|
"-node", fmt.Sprintf(`"%s"`, conf2.NodeName),
|
||||||
"-retry-join", serfAddr,
|
"-retry-join", serfAddr,
|
||||||
"-retry-interval", "1s",
|
"-retry-interval", "1s",
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user