From f4eec874835584982647e685557504f603820f02 Mon Sep 17 00:00:00 2001 From: "Tom Dott (external expert on behalf of DB Netz AG)" Date: Thu, 1 Jun 2023 15:17:07 +0200 Subject: [PATCH] format --- pkg/controller/s3/bucket/policy_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/controller/s3/bucket/policy_test.go b/pkg/controller/s3/bucket/policy_test.go index 166f4c2da0..273d1f95c5 100644 --- a/pkg/controller/s3/bucket/policy_test.go +++ b/pkg/controller/s3/bucket/policy_test.go @@ -74,7 +74,7 @@ func TestPolicyObserve(t *testing.T) { }, }, } - + testPolicyRawShuffled := "{\"Statement\":[{\"Effect\":\"Allow\",\"Action\":\"s3:ListBucket\",\"Principal\":\"*\",\"Resource\":\"arn:aws:s3:::test.s3.crossplane.com\"}],\"Version\":\"2012-10-17\"}" testPolicyRaw := makeRawPolicy(testPolicy) testPolicyOtherRaw := makeRawPolicy(testPolicyOther) @@ -176,7 +176,7 @@ func TestPolicyObserve(t *testing.T) { status: Updated, err: nil, }, - }, + }, "DeletionNeededIfPolicyIfNull": { args: args{ b: s3testing.Bucket( @@ -216,7 +216,7 @@ func TestPolicyObserve(t *testing.T) { status: Updated, err: nil, }, - }, + }, } for name, tc := range cases {