Skip to content

Commit 30ba8cd

Browse files
committed
SUMO-172431: fixed acceptance test
1 parent ad992fe commit 30ba8cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sumologic/resource_sumologic_monitors_library_monitor_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,7 @@ resource "sumologic_monitor" "test" {
507507
}
508508
run_for_trigger_types = ["Critical", "ResolvedCritical"]
509509
}
510+
playbook = "This is an updated test playbook"
510511
}`, testName)
511512
}
512513

@@ -551,6 +552,7 @@ resource "sumologic_monitor" "test" {
551552
}
552553
run_for_trigger_types = ["Critical", "ResolvedCritical"]
553554
}
555+
playbook = "This is an updated test playbook"
554556
}`, testName)
555557
}
556558

0 commit comments

Comments
 (0)