Skip to content

Commit 9cfa350

Browse files
NikitaSmalljeroiraz
authored andcommitted
correct minio tests
1 parent aafe27e commit 9cfa350

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

embedded/remotestorage/s3/s3_with_minio_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,14 @@ func TestS3WithServer(t *testing.T) {
3737

3838
s, err := Open(
3939
"http://localhost:9000",
40+
false,
41+
"",
4042
"minioadmin",
4143
"minioadmin",
4244
"immudb",
4345
"",
4446
fmt.Sprintf("prefix_%x", randomBytes),
47+
"",
4548
)
4649
require.NoError(t, err)
4750

0 commit comments

Comments
 (0)