Skip to content

Commit

Permalink
[v17] fix: Provide membershipKind fields for owners/members in tests (
Browse files Browse the repository at this point in the history
#48193)

Backports #48191

Co-authored-by: Maxim Dietz <[email protected]>
  • Loading branch information
tcsc and kiosion authored Nov 1, 2024
1 parent 0236830 commit ddfd408
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func newAccessListSpec(nextAudit time.Time) accesslist.Spec {
return accesslist.Spec{
Title: "crane operation",
Description: "Access list that Gru uses to allow the minions to operate the crane.",
Owners: []accesslist.Owner{{Name: "Gru", Description: "The super villain."}},
Owners: []accesslist.Owner{{Name: "Gru", Description: "The super villain.", MembershipKind: accesslist.MembershipKindUser}},
Audit: accesslist.Audit{
Recurrence: accesslist.Recurrence{
Frequency: accesslist.SixMonths,
Expand Down

0 comments on commit ddfd408

Please sign in to comment.