We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 797ccd0 commit 482fc88Copy full SHA for 482fc88
1 file changed
rest-api/api/pkg/api/model/tenant_test.go
@@ -39,6 +39,9 @@ func TestNewAPITenant(t *testing.T) {
39
Created: dbtn.Created,
40
Updated: dbtn.Updated,
41
}
42
+ for _, deprecation := range tenantCapabilityDeprecations {
43
+ tnAPITenant.Deprecations = append(tnAPITenant.Deprecations, NewAPIDeprecation(deprecation))
44
+ }
45
46
tests := []struct {
47
name string
0 commit comments