Skip to content

Commit 26c56fe

Browse files
committed
test fix
1 parent 914cb25 commit 26c56fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

service/integration/attributes_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@ func (s *AttributesSuite) Test_UnsafeUpdateAttribute_WithRuleAndNameAndReorderin
479479

480480
// name, rule, order updates respected
481481
updated, err := s.db.PolicyClient.UnsafeUpdateAttribute(s.ctx, &unsafe.UpdateAttributeRequest{
482+
Id: createdAttr.GetId(),
482483
Name: newName,
483484
Rule: policy.AttributeRuleTypeEnum_ATTRIBUTE_RULE_TYPE_ENUM_HIERARCHY,
484485
ValuesOrder: reversedVals,

0 commit comments

Comments
 (0)