mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 04:00:25 +03:00
Simplify credential usage. (#3893)
This commit is contained in:
+1
-1
@@ -94,7 +94,7 @@ func (s *TestSuiteCommon) TearDownSuite(c *C) {
|
||||
}
|
||||
|
||||
func (s *TestSuiteCommon) TestAuth(c *C) {
|
||||
cred := newCredential()
|
||||
cred := mustGetNewCredential()
|
||||
|
||||
c.Assert(len(cred.AccessKey), Equals, accessKeyMaxLen)
|
||||
c.Assert(len(cred.SecretKey), Equals, secretKeyMaxLen)
|
||||
|
||||
Reference in New Issue
Block a user