Skip to content

Commit

Permalink
correct minio tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaSmall authored and jeroiraz committed Nov 20, 2023
1 parent aafe27e commit 9cfa350
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions embedded/remotestorage/s3/s3_with_minio_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,14 @@ func TestS3WithServer(t *testing.T) {

s, err := Open(
"http://localhost:9000",
false,
"",
"minioadmin",
"minioadmin",
"immudb",
"",
fmt.Sprintf("prefix_%x", randomBytes),
"",
)
require.NoError(t, err)

Expand Down

0 comments on commit 9cfa350

Please sign in to comment.