From 0e931a713c0e8a017598d5953232019f937d96c9 Mon Sep 17 00:00:00 2001 From: Frank Schroeder Date: Thu, 29 Jun 2017 15:43:50 +0200 Subject: [PATCH] agent: fix failing test from localState decoupling Would be nice to know what changed though. --- api/catalog_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/catalog_test.go b/api/catalog_test.go index 2f49969bae..7cf6b2d9bf 100644 --- a/api/catalog_test.go +++ b/api/catalog_test.go @@ -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, }, }