Browse Source

agent: fix failing test from localState decoupling

Would be nice to know what changed though.
pull/3241/head
Frank Schroeder 8 years ago committed by Frank Schröder
parent
commit
0e931a713c
  1. 2
      api/catalog_test.go

2
api/catalog_test.go

@ -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,
}, },
} }

Loading…
Cancel
Save