update CREDITS with new deps (#222)

Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com>
This commit is contained in:
Harshavardhana
2020-08-02 12:29:58 -07:00
committed by GitHub
parent 7ff009ec43
commit d98b70f0ca
9 changed files with 4673 additions and 1894 deletions

View File

@@ -67,13 +67,13 @@ func TestListUsers(t *testing.T) {
// Test-1 : listUsers() Get response from minio client with two users and return the same number on listUsers()
// mock minIO client
mockUserMap := map[string]madmin.UserInfo{
"ABCDEFGHI": madmin.UserInfo{
"ABCDEFGHI": {
SecretKey: "",
PolicyName: "ABCDEFGHI-policy",
Status: "enabled",
MemberOf: []string{"group1", "group2"},
},
"ZBCDEFGHI": madmin.UserInfo{
"ZBCDEFGHI": {
SecretKey: "",
PolicyName: "ZBCDEFGHI-policy",
Status: "enabled",