From 6a9c0b243aa36d9a77450e55114278e4d768c9c8 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Mon, 16 Aug 2021 12:58:00 -0400 Subject: [PATCH] rgw admin: import testify suite as tsuite This avoids import shadowing elsewhere in radosgw_test.go. Signed-off-by: John Mulligan --- rgw/admin/radosgw_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rgw/admin/radosgw_test.go b/rgw/admin/radosgw_test.go index e558a47..2d3f2ec 100644 --- a/rgw/admin/radosgw_test.go +++ b/rgw/admin/radosgw_test.go @@ -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