Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
3pointer committed Mar 30, 2023
1 parent f5ffe34 commit 957916e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions br/pkg/storage/s3_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ func TestApplyUpdate(t *testing.T) {
ForcePathStyle: true,
Bucket: "bucket",
Prefix: "prefix",
Provider: "ceph",
},
},
{
Expand All @@ -225,6 +226,7 @@ func TestApplyUpdate(t *testing.T) {
ForcePathStyle: false,
Bucket: "bucket",
Prefix: "prefix",
Provider: "alibaba",
},
},
{
Expand All @@ -239,6 +241,7 @@ func TestApplyUpdate(t *testing.T) {
ForcePathStyle: false,
Bucket: "bucket",
Prefix: "prefix",
Provider: "netease",
},
},
{
Expand Down

0 comments on commit 957916e

Please sign in to comment.