Skip to content

Commit

Permalink
Fix error in cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
jfantinhardesty committed Oct 15, 2024
1 parent 1cb00ad commit 3478233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/s3storage/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ func (s *clientTestSuite) TestCredentialsErrorInvalidBucket() {
storageTestConfigurationParameters.SecretKey, storageTestConfigurationParameters.Endpoint)
// S3 connection creation should fail
err := s.setupTestHelper(config, false)
s.assert.Equal(errBucketDoesNotExist, err)
s.assert.Error(err)
}

func (s *clientTestSuite) TestCredentialsErrorIncorrectEndpoint() {
Expand Down

0 comments on commit 3478233

Please sign in to comment.