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 d25f90f commit 5ab6876Copy full SHA for 5ab6876
internal/daemon/controller/handlers/groups/grants_test.go
@@ -822,7 +822,8 @@ func TestGroupMember(t *testing.T) {
822
testcases := []struct {
823
name string
824
setupGroupAndRole func(t *testing.T) (*iam.Group, []roleRequest)
825
- // collection of actions to be executed in the tests in order
+ // collection of actions to be executed in the tests in order, *iam.Group returned from each action which
826
+ // gets passed to the next action as parameter to preserve information such as `version` increments
827
actions []testActionResult
828
}{
829
{
0 commit comments