agent: fix failing test from localState decoupling
Would be nice to know what changed though.
This commit is contained in:
parent
24d8bdfb02
commit
9a99069aad
|
@ -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