Skip to content

Commit

Permalink
fix: flow test
Browse files Browse the repository at this point in the history
  • Loading branch information
celaus committed Dec 16, 2024
1 parent 4dbbe6d commit 89fba39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coralogix/resource_coralogix_alert_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1259,8 +1259,8 @@ func TestAccCoralogixResourceAlert_flow(t *testing.T) {
resource.TestCheckResourceAttr(alertResourceName, "priority", "P3"),
resource.TestCheckResourceAttr(alertResourceName, "type_definition.flow.stages.#", "1"),
resource.TestCheckResourceAttr(alertResourceName, "type_definition.flow.stages.0.flow_stages_groups.#", "2"),
resource.TestCheckResourceAttr(alertResourceName, "type_definition.flow.stages.0.flow_stages_groups.0.alerts_op", "OR"),
resource.TestCheckResourceAttr(alertResourceName, "type_definition.flow.stages.0.flow_stages_groups.0.next_op", "AND"),
resource.TestCheckResourceAttr(alertResourceName, "type_definition.flow.stages.0.flow_stages_groups.0.alerts_op", "AND"),
resource.TestCheckResourceAttr(alertResourceName, "type_definition.flow.stages.0.flow_stages_groups.0.next_op", "OR"),
resource.TestCheckResourceAttr(alertResourceName, "type_definition.flow.stages.0.flow_stages_groups.0.alert_defs.#", "2"),
resource.TestCheckResourceAttr(alertResourceName, "type_definition.flow.stages.0.timeframe_ms", "10"),
resource.TestCheckResourceAttr(alertResourceName, "type_definition.flow.stages.0.timeframe_type", "Up To"),
Expand Down

0 comments on commit 89fba39

Please sign in to comment.