2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-13 07:14:37 +00:00

Fix: add missing ent meta for test ()

This commit is contained in:
cskh 2022-08-22 13:51:04 -04:00 committed by GitHub
parent ca22ac9b29
commit 060531a29a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,8 @@ func Test_ComputeResolvedServiceConfig(t *testing.T) {
}
sid := structs.ServiceID{
ID: "sid",
ID: "sid",
EnterpriseMeta: *structs.DefaultEnterpriseMetaInDefaultPartition(),
}
tests := []struct {
name string