Fix: add missing ent meta for test (#14289)

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
1 changed files with 2 additions and 1 deletions

View File

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