Skip to content

Commit 40f2ef5

Browse files
Fix acceptance test
1 parent 71990e2 commit 40f2ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grafana/resource_alert_notification_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func TestAccAlertNotification_invalid_frequence(t *testing.T) {
5555
CheckDestroy: testAccAlertNotificationCheckDestroy(&alertNotification),
5656
Steps: []resource.TestStep{
5757
{
58-
ExpectError: regexp.MustCompile("invalid duration hi"),
58+
ExpectError: regexp.MustCompile("invalid duration \"hi\""),
5959
Config: testAccAlertNotificationConfig_invalid_frequency,
6060
},
6161
},

0 commit comments

Comments
 (0)