feature/11-update_master_to_beta_release_commits #12

Merged
alexvanin merged 185 commits from r.loginov/distribution:feature/11-update_master_to_beta_release_commits into tcl/master 2024-08-19 12:13:20 +00:00
Showing only changes of commit 316e4099b1 - Show all commits

View file

@ -203,6 +203,8 @@ func TestEmptyRootList(t *testing.T) {
} }
func TestClientTransport(t *testing.T) { func TestClientTransport(t *testing.T) {
skipCheck(t)
testCases := []struct { testCases := []struct {
skipverify bool skipverify bool
}{ }{
@ -243,7 +245,7 @@ func TestClientTransport(t *testing.T) {
return return
} }
// if tc.skipverify is false we do not override the driver // if tc.skipverify is false we do not override the driver
// HTTP clien transport and leave it to the AWS SDK. // HTTP client transport and leave it to the AWS SDK.
if s3drv.S3.Client.Config.HTTPClient.Transport != nil { if s3drv.S3.Client.Config.HTTPClient.Transport != nil {
t.Errorf("unexpected S3 driver client transport") t.Errorf("unexpected S3 driver client transport")
} }