Skip to content

Commit 78f9f40

Browse files
CSOAR-3990: Fix lint issues
1 parent ab9b152 commit 78f9f40

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

sumologic/resource_sumologic_csoar_playbook_test.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)