Skip to content

Commit 09f06be

Browse files
Merge pull request #1471 from snyk/fix/acc_tests_s3_public_block
fix: acceptance test on public access block
2 parents b217c0f + 25e162c commit 09f06be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/resource/aws/aws_s3_bucket_public_access_block_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func TestAcc_Aws_S3Bucket_PublicAccessBlock(t *testing.T) {
2222
t.Fatal(err)
2323
}
2424
result.AssertInfrastructureIsInSync()
25-
result.AssertManagedCount(4)
25+
result.AssertManagedCount(2)
2626
},
2727
},
2828
},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
*
2-
!aws_s3_bucket
32
!aws_s3_bucket_public_access_block
3+
aws_s3_bucket_public_access_block.aws-cloudtrail-logs-*

0 commit comments

Comments
 (0)