File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,9 @@ func TestAccSumologicCsoarPlaybook_createShouldFail(t *testing.T) {
1616 rname := acctest .RandomWithPrefix ("tf-acc-test-playbook" )
1717
1818 resource .Test (t , resource.TestCase {
19- PreCheck : func () { testAccPreCheck (t ) },
20- Providers : testAccProviders ,
19+ PreCheck : func () { testAccPreCheck (t ) },
20+ Providers : testAccProviders ,
21+ CheckDestroy : testAccCheckCsoarPlaybookDestroy ,
2122 Steps : []resource.TestStep {
2223 {
2324 Config : testAccSumologicCsoarPlaybookConfigBasic (rname ),
@@ -27,7 +28,7 @@ func TestAccSumologicCsoarPlaybook_createShouldFail(t *testing.T) {
2728 })
2829}
2930
30- func TestAccSumologicCsoarPlaybook_importAndUpdate (t * testing.T ) {
31+ func TestAccSumologicCsoarPlaybook_update (t * testing.T ) {
3132 playbookName := PUBLISHED_PLAYBOOK_NAME
3233 resourceName := "sumologic_csoar_playbook.test"
3334
You can’t perform that action at this time.
0 commit comments