mirror of
https://github.com/pgsty/minio.git
synced 2026-07-17 10:18:15 +03: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