Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Dott (external expert on behalf of DB Netz AG) committed Jun 1, 2023
1 parent bf57283 commit f4eec87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/controller/s3/bucket/policy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -176,7 +176,7 @@ func TestPolicyObserve(t *testing.T) {
status: Updated,
err: nil,
},
},
},
"DeletionNeededIfPolicyIfNull": {
args: args{
b: s3testing.Bucket(
Expand Down Expand Up @@ -216,7 +216,7 @@ func TestPolicyObserve(t *testing.T) {
status: Updated,
err: nil,
},
},
},
}

for name, tc := range cases {
Expand Down

0 comments on commit f4eec87

Please sign in to comment.