fix: remove deprecated MINIO_ACCESS_KEY, MINIO_SECRET_KEY envs (#12173)
This commit is contained in:
@@ -82,8 +82,8 @@ func TestMain(m *testing.M) {
|
||||
// disable ENVs which interfere with tests.
|
||||
for _, env := range []string{
|
||||
crypto.EnvKMSAutoEncryption,
|
||||
config.EnvAccessKey,
|
||||
config.EnvSecretKey,
|
||||
config.EnvRootUser,
|
||||
config.EnvRootPassword,
|
||||
} {
|
||||
os.Unsetenv(env)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user