add dashboardId to test

pull/11333/head
ryan 7 years ago
parent a58b4ff2d6
commit 2116152295
  1. 1
      pkg/api/annotations_test.go

@ -18,6 +18,7 @@ func TestAnnotationsApiEndpoint(t *testing.T) {
Text: "annotation text", Text: "annotation text",
Tags: []string{"tag1", "tag2"}, Tags: []string{"tag1", "tag2"},
IsRegion: false, IsRegion: false,
DashboardId: 1,
} }
updateCmd := dtos.UpdateAnnotationsCmd{ updateCmd := dtos.UpdateAnnotationsCmd{

Loading…
Cancel
Save