mirror of https://github.com/status-im/consul.git
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{
|
||||
"-data-dir", tmpDir,
|
||||
"-node", conf2.NodeName,
|
||||
"-node", fmt.Sprintf(`"%s"`, conf2.NodeName),
|
||||
"-retry-join", serfAddr,
|
||||
"-retry-interval", "1s",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue