mirror of https://github.com/ceph/go-ceph
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:
parent
c658cc93a9
commit
6a9c0b243a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue