Skip to content

Commit a73d592

Browse files
committed
SUMO-191578, reverting -ve resolution window value test - will create another one
1 parent 32c9ee7 commit a73d592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sumologic/resource_sumologic_monitors_library_monitor_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ func TestAccSumologicMonitorsLibraryMonitor_create(t *testing.T) {
163163
TriggerSource: "AllResults",
164164
TriggerType: "ResolvedCritical",
165165
DetectionMethod: "StaticCondition",
166-
ResolutionWindow: "-5m",
166+
ResolutionWindow: "5m",
167167
},
168168
}
169169
recipients := []string{"[email protected]"}

0 commit comments

Comments
 (0)