mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix test
This commit is contained in:
parent
f35c5f52af
commit
f728ece2db
@ -271,7 +271,7 @@ func TestAlertRuleExtraction(t *testing.T) {
|
||||
|
||||
Convey("Should fail on save", func() {
|
||||
_, err := extractor.GetAlerts()
|
||||
So(err.Error(), ShouldEqual, "alert validation error: Panel id is not correct, alertName=Influxdb, panelId=1")
|
||||
So(err.Error(), ShouldEqual, "alert validation error: Dashboard ID, Org ID or Panel ID is not correct, alertName=Influxdb, panelId=1, orgId=1, dashboardId=0")
|
||||
})
|
||||
})
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user