Rebase master + TestGetGroupsPermissionResponse

This commit is contained in:
gfleury 2020-03-12 14:52:56 -03:00
parent 619be332ac
commit 892dc7a142

View File

@ -397,7 +397,7 @@ func TestGetGroupsPermissionResponse(t *testing.T) {
Values: map[string]interface{}{"values": []interface{}{}}, Values: map[string]interface{}{"values": []interface{}{}},
}, },
}, },
want: []GroupPermission{}, want: nil,
wantErr: false, wantErr: false,
}, },
{ {