Skip to content

Commit

Permalink
hashicorp#19856 new resource tests to list of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nick committed Aug 3, 2022
1 parent 3c4d57c commit f1135fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/service/macie2/macie2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ func TestAccMacie2_serial(t *testing.T) {
"finding_and_status": testAccAccount_WithFindingAndStatus,
"disappears": testAccAccount_disappears,
},
"ClassificationExportConfiguration": {
"basic": testAccClassificationExportConfiguration_basic,
},
"ClassificationJob": {
"basic": testAccClassificationJob_basic,
"name_generated": testAccClassificationJob_Name_Generated,
Expand Down

0 comments on commit f1135fe

Please sign in to comment.