Skip to content

Commit

Permalink
rename uint test env vars' name
Browse files Browse the repository at this point in the history
  • Loading branch information
WangDe7 committed Nov 17, 2023
1 parent 8292553 commit b41caaf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkg/config/storage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ func TestStorage_Init(t *testing.T) {
fields: fields{
Type: MINIO,
SigningMethod: "v4",
Region: os.Getenv("s3_region"),
Bucket: os.Getenv("s3_bucket"),
Endpoint: os.Getenv("s3_endpoint"),
AccessKeyID: os.Getenv("s3_access_key_id"),
SecretAccessKey: os.Getenv("s3_secret_access_key"),
Region: os.Getenv("minio_region"),
Bucket: os.Getenv("minio_bucket"),
Endpoint: os.Getenv("minio_endpoint"),
AccessKeyID: os.Getenv("minio_access_key_id"),
SecretAccessKey: os.Getenv("minio_secret_access_key"),
},
},
}
Expand Down

0 comments on commit b41caaf

Please sign in to comment.