mirror of
https://github.com/status-im/consul.git
synced 2025-02-16 23:57:07 +00:00
Commit miss re: consuls variable rename
This commit is contained in:
parent
f9aa968bf4
commit
54016f5276
@ -95,7 +95,7 @@ func TestClient_JoinLAN(t *testing.T) {
|
|||||||
|
|
||||||
// Check we have a new consul
|
// Check we have a new consul
|
||||||
testutil.WaitForResult(func() (bool, error) {
|
testutil.WaitForResult(func() (bool, error) {
|
||||||
return len(c1.consuls) == 1, nil
|
return len(c1.consulServers) == 1, nil
|
||||||
}, func(err error) {
|
}, func(err error) {
|
||||||
t.Fatalf("expected consul server")
|
t.Fatalf("expected consul server")
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user