mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
Generate and use access/secret keys properly (#3498)
This commit is contained in:
@@ -22,7 +22,7 @@ import (
|
||||
|
||||
func TestNewRequestID(t *testing.T) {
|
||||
// Ensure that it returns an alphanumeric result of length 16.
|
||||
var id = newRequestID()
|
||||
var id = mustGetRequestID()
|
||||
|
||||
if len(id) != 16 {
|
||||
t.Fail()
|
||||
|
||||
Reference in New Issue
Block a user