Skip to content

Commit 992e1a4

Browse files
committed
test improved;
1 parent e3e07b2 commit 992e1a4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

framework/components/s3provider/minio_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ func TestNewMinioFactory(t *testing.T) {
1515
s3provider, err := NewMinioFactory().New(WithPort(port), WithConsolePort(consolePort))
1616
require.NoError(t, err)
1717

18-
t.Logf("URL: %s", s3provider.GetURL())
19-
2018
// Initialize minio client object.
2119
minioClient, err := minio.New(s3provider.GetEndpoint(), &minio.Options{
2220
Creds: credentials.NewStaticV4(s3provider.GetAccessKey(), s3provider.GetSecretKey(), ""),

0 commit comments

Comments
 (0)