Skip to content

Commit

Permalink
Remove extra comment
Browse files Browse the repository at this point in the history
  • Loading branch information
s-vitaliy committed Jun 20, 2024
1 parent 532bd1c commit e7e7787
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion minio/resource_minio_iam_policy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ resource "minio_iam_policy" "test" {
func testAccCheckMinioIAMPolicyDeleteExternally(rName string) error {
minioIam := testAccProvider.Meta().(*S3MinioClient).S3Admin

// Delete user
if err := minioIam.RemoveCannedPolicy(context.Background(), rName); err != nil {
return fmt.Errorf("policy could not be deleted: %w", err)
}
Expand Down

0 comments on commit e7e7787

Please sign in to comment.