Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
celaus committed Jan 7, 2025
1 parent 856f5f8 commit 2da2190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coralogix/resource_coralogix_alert_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func TestAccCoralogixResourceAlert_logs_immediate(t *testing.T) {
resource.TestCheckResourceAttr(alertResourceName, "schedule.active_on.days_of_week.#", "2"),
resource.TestCheckTypeSetElemAttr(alertResourceName, "schedule.active_on.days_of_week.*", "Wednesday"),
resource.TestCheckTypeSetElemAttr(alertResourceName, "schedule.active_on.days_of_week.*", "Thursday"),
resource.TestCheckResourceAttr(alertResourceName, "schedule.active_on.start_time", "9:30"),
resource.TestCheckResourceAttr(alertResourceName, "schedule.active_on.start_time", "09:30"),
resource.TestCheckResourceAttr(alertResourceName, "schedule.active_on.end_time", "21:30"),
resource.TestCheckResourceAttr(alertResourceName, "type_definition.logs_immediate.logs_filter.simple_filter.lucene_query", "message:\"error\""),
),
Expand Down

0 comments on commit 2da2190

Please sign in to comment.