mirror of https://github.com/status-im/consul.git
Fix config entry test for enterprise meta
This commit is contained in:
parent
c73703c08b
commit
c88a77c9a3
|
@ -116,9 +116,10 @@ func TestConfig_Get(t *testing.T) {
|
|||
|
||||
ce, ok := obj.(*structs.MeshConfigEntry)
|
||||
require.True(t, ok, "wrong type %T", obj)
|
||||
// Set indexes to expected values for assertions
|
||||
// Set indexes and EnterpriseMeta to expected values for assertions
|
||||
ce.CreateIndex = 12
|
||||
ce.ModifyIndex = 13
|
||||
ce.EnterpriseMeta = structs.EnterpriseMeta{}
|
||||
|
||||
out, err := a.srv.marshalJSON(req, obj)
|
||||
require.NoError(t, err)
|
||||
|
|
Loading…
Reference in New Issue