Skip to content

Commit

Permalink
fix iam test
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Harasztia <[email protected]>
  • Loading branch information
HarasztiaPeter committed Dec 13, 2024
1 parent 8a1eedc commit 49ad59e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ func TestResourceIbmOnboardingIamRegistrationIamServiceRegistrationSupportedAttr
supportedAttributesOptionsModel := new(partnercentersellv1.SupportedAttributesOptions)
supportedAttributesOptionsModel.Operators = []string{"stringEquals"}
supportedAttributesOptionsModel.Hidden = core.BoolPtr(true)
supportedAttributesOptionsModel.SupportedAttributes = []string{"testString"}
supportedAttributesOptionsModel.SupportedPatterns = []string{"testString"}
supportedAttributesOptionsModel.PolicyTypes = []string{"access"}
supportedAttributesOptionsModel.IsEmptyValueSupported = core.BoolPtr(true)
supportedAttributesOptionsModel.IsStringExistsFalseValueSupported = core.BoolPtr(true)
Expand Down Expand Up @@ -1077,7 +1077,7 @@ func TestResourceIbmOnboardingIamRegistrationSupportedAttributesOptionsToMap(t *
model := new(partnercentersellv1.SupportedAttributesOptions)
model.Operators = []string{"stringEquals"}
model.Hidden = core.BoolPtr(true)
model.SupportedAttributes = []string{"testString"}
model.SupportedPatterns = []string{"testString"}
model.PolicyTypes = []string{"access"}
model.IsEmptyValueSupported = core.BoolPtr(true)
model.IsStringExistsFalseValueSupported = core.BoolPtr(true)
Expand Down Expand Up @@ -1869,7 +1869,7 @@ func TestResourceIbmOnboardingIamRegistrationMapToIamServiceRegistrationSupporte
supportedAttributesOptionsModel := new(partnercentersellv1.SupportedAttributesOptions)
supportedAttributesOptionsModel.Operators = []string{"stringEquals"}
supportedAttributesOptionsModel.Hidden = core.BoolPtr(true)
supportedAttributesOptionsModel.SupportedAttributes = []string{"testString"}
supportedAttributesOptionsModel.SupportedPatterns = []string{"testString"}
supportedAttributesOptionsModel.PolicyTypes = []string{"access"}
supportedAttributesOptionsModel.IsEmptyValueSupported = core.BoolPtr(true)
supportedAttributesOptionsModel.IsStringExistsFalseValueSupported = core.BoolPtr(true)
Expand Down Expand Up @@ -2035,7 +2035,7 @@ func TestResourceIbmOnboardingIamRegistrationMapToSupportedAttributesOptions(t *
model := new(partnercentersellv1.SupportedAttributesOptions)
model.Operators = []string{"stringEquals"}
model.Hidden = core.BoolPtr(true)
model.SupportedAttributes = []string{"testString"}
model.SupportedPatterns = []string{"testString"}
model.PolicyTypes = []string{"access"}
model.IsEmptyValueSupported = core.BoolPtr(true)
model.IsStringExistsFalseValueSupported = core.BoolPtr(true)
Expand Down

0 comments on commit 49ad59e

Please sign in to comment.