Skip to content

Commit

Permalink
change minio_test
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioLangaritaBenitez committed Jan 9, 2025
1 parent 1f1183a commit bd95853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/minio_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func TestPrivateToPublicBucket(t *testing.T) {
cfg, server := createMinIOConfig()

client, _ := MakeMinIOAdminClient(&cfg)
err := client.PrivateToPublicBucket("testbucket")
err := client.PrivateToPublicBucket([]string{}, "testbucket")

if err != nil {
t.Errorf("Error creating MinIO user: %v", err)
Expand Down

0 comments on commit bd95853

Please sign in to comment.