Skip to content

Commit

Permalink
NOISSUE - Fix failing groups tests in sdk (#2181)
Browse files Browse the repository at this point in the history
Signed-off-by: 1998-felix <[email protected]>
  • Loading branch information
felixgateru authored Apr 16, 2024
1 parent 469466d commit 1ca5b87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/sdk/go/groups_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ func TestListParentGroups(t *testing.T) {
Metadata: sdk.Metadata{"name": fmt.Sprintf("user_%d", i)},
Status: clients.EnabledStatus.String(),
ParentID: parentID,
Level: 1,
}
parentID = gr.ID
grps = append(grps, gr)
Expand Down Expand Up @@ -431,6 +432,7 @@ func TestListChildrenGroups(t *testing.T) {
Metadata: sdk.Metadata{"name": fmt.Sprintf("user_%d", i)},
Status: clients.EnabledStatus.String(),
ParentID: parentID,
Level: -1,
}
parentID = gr.ID
grps = append(grps, gr)
Expand Down

0 comments on commit 1ca5b87

Please sign in to comment.