We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71990e2 commit 40f2ef5Copy full SHA for 40f2ef5
grafana/resource_alert_notification_test.go
@@ -55,7 +55,7 @@ func TestAccAlertNotification_invalid_frequence(t *testing.T) {
55
CheckDestroy: testAccAlertNotificationCheckDestroy(&alertNotification),
56
Steps: []resource.TestStep{
57
{
58
- ExpectError: regexp.MustCompile("invalid duration hi"),
+ ExpectError: regexp.MustCompile("invalid duration \"hi\""),
59
Config: testAccAlertNotificationConfig_invalid_frequency,
60
},
61
0 commit comments