Skip to content

Commit

Permalink
Fix TestIdentityStore_GroupHierarchyCases
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnayak authored and jefferai committed Oct 8, 2018
1 parent 26aeeee commit a198fb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vault/identity_store_groups_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -963,6 +963,7 @@ func TestIdentityStore_GroupHierarchyCases(t *testing.T) {
entityIDReq.Path = "group/id/" + engGroupID
entityIDReq.Data = map[string]interface{}{
"member_entity_ids": []string{entityID3},
"member_group_ids": engMemberGroupIDs,
}
resp, err = is.HandleRequest(ctx, entityIDReq)
if err != nil || (resp != nil && resp.IsError()) {
Expand Down

0 comments on commit a198fb3

Please sign in to comment.