Skip to content

Commit

Permalink
Fix `pagerduty_service.foo: Attribute 'alert_grouping_timeout' found …
Browse files Browse the repository at this point in the history
…when not expected`:

```
=== RUN   TestAccPagerDutyService_Basic
    resource_pagerduty_service_test.go:57: Step 1/3 error: Check failed: Check 8/12 error: pagerduty_service.foo: Attribute 'alert_grouping_timeout' found when not expected
--- FAIL: TestAccPagerDutyService_Basic (11.33s)
```
  • Loading branch information
pdecat committed Aug 20, 2021
1 parent bd435aa commit 8708293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pagerduty/resource_pagerduty_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ func TestAccPagerDutyService_Basic(t *testing.T) {
"pagerduty_service.foo", "alert_creation", "create_incidents"),
resource.TestCheckNoResourceAttr(
"pagerduty_service.foo", "alert_grouping"),
resource.TestCheckNoResourceAttr(
"pagerduty_service.foo", "alert_grouping_timeout"),
resource.TestCheckResourceAttr(
"pagerduty_service.foo", "alert_grouping_timeout", "null"),
resource.TestCheckResourceAttr(
"pagerduty_service.foo", "incident_urgency_rule.#", "1"),
resource.TestCheckResourceAttr(
Expand Down

0 comments on commit 8708293

Please sign in to comment.