Skip to content

Commit

Permalink
housekeeping: remove check on alerting_rule include_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcarmody committed Dec 21, 2023
1 parent 22cc7a2 commit 7c39eed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lightstep/resource_alert_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,6 @@ EOT
resource.TestCheckResourceAttr(resourceName, "name", "Too many requests"),
resource.TestCheckResourceAttr(resourceName, "description", "A link to a playbook"),
resource.TestCheckResourceAttr(resourceName, "query.0.query_string", uqlQuery+"\n"),
resource.TestCheckTypeSetElemNestedAttrs(resourceName, "alerting_rule.*", map[string]string{
"include_filters.0.key": "project_name",
"include_filters.0.value": "catlab",
}),
resource.TestCheckResourceAttr(resourceName, "expression.0.is_no_data", "true"),
),
},
Expand Down

0 comments on commit 7c39eed

Please sign in to comment.