Skip to content

Commit

Permalink
review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed Apr 29, 2024
1 parent 9331ce2 commit 4353885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/storage/storage_handle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func (suite *StorageHandleTest) TestNewStorageHandleWhenUserAgentIsSet() {

func (suite *StorageHandleTest) TestNewStorageHandleWithCustomEndpoint() {
url, err := url.Parse(storageutil.CustomEndpoint)
suite.Nil(err)
AssertEq(nil, err)
sc := storageutil.GetDefaultStorageClientConfig()
sc.CustomEndpoint = url

Expand Down

0 comments on commit 4353885

Please sign in to comment.