@@ -315,7 +315,7 @@ func TestUpdates(t *testing.T) {
315315
316316 // Assert count of Expected resources.
317317 test_structure .RunTestStage (t , "UpdateFirst" , func () {
318- common .AssertResourceCounts (t , count , 0 , 2 , 0 )
318+ common .AssertResourceCounts (t , count , 0 , 1 , 0 )
319319 })
320320
321321 // use existing cloudtrail and bucket with existing IAM iam_role_arn
@@ -356,7 +356,7 @@ func TestUpdates(t *testing.T) {
356356
357357 // Assert count of Expected resources.
358358 test_structure .RunTestStage (t , "UpdateFirst" , func () {
359- common .AssertResourceCounts (t , count , 0 , 3 , 5 )
359+ common .AssertResourceCounts (t , count , 0 , 2 , 5 )
360360 })
361361
362362 // update fields to source
@@ -399,6 +399,6 @@ func TestUpdates(t *testing.T) {
399399
400400 // Assert count of Expected resources.
401401 test_structure .RunTestStage (t , "UpdateFirst" , func () {
402- common .AssertResourceCounts (t , count , 0 , 2 , 0 )
402+ common .AssertResourceCounts (t , count , 0 , 1 , 0 )
403403 })
404404}
0 commit comments