mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 15:53:28 +03:00
Print message when creating the config file (#3089)
This commit is contained in:
committed by
Harshavardhana
parent
f7c20b97a1
commit
a15dc5fed5
@@ -99,7 +99,7 @@ func TestNewJWT(t *testing.T) {
|
||||
for _, testCase := range testCases {
|
||||
setGlobalConfigPath(testCase.dirPath)
|
||||
if testCase.init {
|
||||
if err := initConfig(); err != nil {
|
||||
if _, err := initConfig(); err != nil {
|
||||
t.Fatalf("unable initialize config file, %s", err)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user