adding test case for bucket users (#773)
Co-authored-by: Minio Trusted <trusted@minio.io> Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
This commit is contained in:
@@ -49,6 +49,6 @@ func TestArnsList(t *testing.T) {
|
||||
|
||||
arnsList, err = getArns(ctx, adminClient)
|
||||
assert.Nil(arnsList, "arn list was not returned nil")
|
||||
assert.NotNil(err, "An error should have ben returned")
|
||||
assert.NotNil(err, "An error should have been returned")
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user