mirror of https://github.com/status-im/consul.git
agent: fix failing test from localState decoupling
Would be nice to know what changed though.
This commit is contained in:
parent
0763788b82
commit
0e931a713c
|
@ -49,7 +49,7 @@ func TestAPI_CatalogNodes(t *testing.T) {
|
|||
"wan": "127.0.0.1",
|
||||
},
|
||||
Meta: map[string]string{},
|
||||
CreateIndex: meta.LastIndex - 1,
|
||||
CreateIndex: meta.LastIndex,
|
||||
ModifyIndex: meta.LastIndex,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue