mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Print message when creating the config file (#3089)
This commit is contained in:
committed by
Harshavardhana
parent
f7c20b97a1
commit
a15dc5fed5
@@ -108,7 +108,7 @@ func TestDoesPresignedV2SignatureMatch(t *testing.T) {
|
||||
// TestValidateV2AuthHeader - Tests validate the logic of V2 Authorization header validator.
|
||||
func TestValidateV2AuthHeader(t *testing.T) {
|
||||
// Initialize server config.
|
||||
if err := initConfig(); err != nil {
|
||||
if _, err := initConfig(); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
@@ -182,7 +182,7 @@ func TestValidateV2AuthHeader(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestDoesPolicySignatureV2Match(t *testing.T) {
|
||||
if err := initConfig(); err != nil {
|
||||
if _, err := initConfig(); err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user