Skip to content

Commit 482fc88

Browse files
committed
Fixed test
1 parent 797ccd0 commit 482fc88

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

rest-api/api/pkg/api/model/tenant_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ func TestNewAPITenant(t *testing.T) {
3939
Created: dbtn.Created,
4040
Updated: dbtn.Updated,
4141
}
42+
for _, deprecation := range tenantCapabilityDeprecations {
43+
tnAPITenant.Deprecations = append(tnAPITenant.Deprecations, NewAPIDeprecation(deprecation))
44+
}
4245

4346
tests := []struct {
4447
name string

0 commit comments

Comments
 (0)