agent: fix failing test from localState decoupling

Would be nice to know what changed though.
This commit is contained in:
Frank Schroeder 2017-06-29 15:43:50 +02:00 committed by Frank Schröder
parent 24d8bdfb02
commit 9a99069aad
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ func TestAPI_CatalogNodes(t *testing.T) {
"wan": "127.0.0.1", "wan": "127.0.0.1",
}, },
Meta: map[string]string{}, Meta: map[string]string{},
CreateIndex: meta.LastIndex - 1, CreateIndex: meta.LastIndex,
ModifyIndex: meta.LastIndex, ModifyIndex: meta.LastIndex,
}, },
} }