mirror of https://github.com/status-im/consul.git
Fix: add missing ent meta for test (#14289)
This commit is contained in:
parent
ca22ac9b29
commit
060531a29a
|
@ -18,7 +18,8 @@ func Test_ComputeResolvedServiceConfig(t *testing.T) {
|
|||
}
|
||||
|
||||
sid := structs.ServiceID{
|
||||
ID: "sid",
|
||||
ID: "sid",
|
||||
EnterpriseMeta: *structs.DefaultEnterpriseMetaInDefaultPartition(),
|
||||
}
|
||||
tests := []struct {
|
||||
name string
|
||||
|
|
Loading…
Reference in New Issue