mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
api: fix TestAPI_CatalogNodes test
This commit is contained in:
parent
3aa752e998
commit
9c54f30c94
@ -49,7 +49,7 @@ func TestAPI_CatalogNodes(t *testing.T) {
|
||||
"wan": "127.0.0.1",
|
||||
},
|
||||
Meta: map[string]string{},
|
||||
CreateIndex: meta.LastIndex,
|
||||
CreateIndex: meta.LastIndex - 1,
|
||||
ModifyIndex: meta.LastIndex,
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user