fix: rename some function names to avoid confusion (#14262)

This commit is contained in:
Harshavardhana
2022-02-07 11:49:07 -08:00
committed by GitHub
parent 0cac868a36
commit 3c87e1e60d
8 changed files with 20 additions and 20 deletions

View File

@@ -362,7 +362,7 @@ func TestIsReqAuthenticated(t *testing.T) {
t.Fatalf("unable initialize config file, %s", err)
}
newAllSubsystems()
initAllSubsystems()
ctx, cancel := context.WithCancel(context.Background())
defer cancel()
@@ -455,7 +455,7 @@ func TestValidateAdminSignature(t *testing.T) {
t.Fatalf("unable initialize config file, %s", err)
}
newAllSubsystems()
initAllSubsystems()
initConfigSubsystem(ctx, objLayer)