Skip to content

Commit

Permalink
Update test description
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-d12 committed Oct 7, 2022
1 parent 52e480a commit 18d993f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ var _ = Describe(`ContextBasedRestrictionsV1 Integration Tests`, func() {
}

createRuleOptions := &contextbasedrestrictionsv1.CreateRuleOptions{
Description: core.StringPtr("this is an example of rule"),
Description: core.StringPtr("this is an example of rule with a service_group_id"),
Contexts: []contextbasedrestrictionsv1.RuleContext{*ruleContextModel},
Resources: []contextbasedrestrictionsv1.Resource{*resourceModel},
EnforcementMode: core.StringPtr(contextbasedrestrictionsv1.CreateRuleOptionsEnforcementModeEnabledConst),
Expand Down

0 comments on commit 18d993f

Please sign in to comment.