Skip to content

Commit

Permalink
fix test case name
Browse files Browse the repository at this point in the history
  • Loading branch information
clueleaf committed May 8, 2023
1 parent 3f9bfca commit 19b7adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rules/S3.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ describe('Amazon Simple Storage Service (S3)', () => {

describe('S3BucketLevelPublicAccessProhibited: S3 Buckets prohibit public access through bucket level settings', () => {
const ruleId = 'S3BucketLevelPublicAccessProhibited';
test('Noncompliance', () => {
test('Noncompliance 1', () => {
new Bucket(stack, 'rBucket', {
blockPublicAccess: {
blockPublicPolicy: true,
Expand Down

0 comments on commit 19b7adf

Please sign in to comment.