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 914cb25 commit 26c56feCopy full SHA for 26c56fe
service/integration/attributes_test.go
@@ -479,6 +479,7 @@ func (s *AttributesSuite) Test_UnsafeUpdateAttribute_WithRuleAndNameAndReorderin
479
480
// name, rule, order updates respected
481
updated, err := s.db.PolicyClient.UnsafeUpdateAttribute(s.ctx, &unsafe.UpdateAttributeRequest{
482
+ Id: createdAttr.GetId(),
483
Name: newName,
484
Rule: policy.AttributeRuleTypeEnum_ATTRIBUTE_RULE_TYPE_ENUM_HIERARCHY,
485
ValuesOrder: reversedVals,
0 commit comments