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 {