We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b567e3 commit cb20932Copy full SHA for cb20932
s3_config_test.go
@@ -299,10 +299,6 @@ func (s *S3ConfigSuite) TestS3URLNoFileExtToConfig() {
299
assert.NotEmpty(s.T(), path)
300
assert.Nil(s.T(), err)
301
302
- s.T().Log("File Extension length: ", len(*s3ConfigURL.FileExt))
303
- if *s3ConfigURL.FileExt == "" {
304
- s.T().Log("File extension is an empty string")
305
- }
306
baseBucket := VALID_S3_CONFIG_BASE_BUCKET
307
region := VALID_S3_CONFIG_REGION
308
fileExt := ""
0 commit comments