mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
add dashboardId to test
This commit is contained in:
@@ -18,6 +18,7 @@ func TestAnnotationsApiEndpoint(t *testing.T) {
|
||||
Text: "annotation text",
|
||||
Tags: []string{"tag1", "tag2"},
|
||||
IsRegion: false,
|
||||
DashboardId: 1,
|
||||
}
|
||||
|
||||
updateCmd := dtos.UpdateAnnotationsCmd{
|
||||
|
||||
Reference in New Issue
Block a user