rgw admin: import testify suite as tsuite

This avoids import shadowing elsewhere in radosgw_test.go.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2021-08-16 12:58:00 -04:00 committed by mergify[bot]
parent c658cc93a9
commit 6a9c0b243a
1 changed files with 2 additions and 2 deletions

View File

@ -14,11 +14,11 @@ import (
"github.com/aws/aws-sdk-go/aws/credentials"
"github.com/aws/aws-sdk-go/aws/session"
"github.com/aws/aws-sdk-go/service/s3"
"github.com/stretchr/testify/suite"
tsuite "github.com/stretchr/testify/suite"
)
type RadosGWTestSuite struct {
suite.Suite
tsuite.Suite
endpoint string
accessKey string
secretKey string