Skip to content

Commit

Permalink
Remove auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrique Santos committed Oct 12, 2023
1 parent e9efe0e commit 88fc146
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ func TestReadCredentials(t *testing.T) {
mockedServer := httptest.NewServer(handler)
defer mockedServer.Close()
client, err := objectstorage.NewAPIClient(
config.WithoutAuthentication(),
config.WithEndpoint(mockedServer.URL),
)
if err != nil {
Expand Down

0 comments on commit 88fc146

Please sign in to comment.