fixed failing graph tests

pull/14145/head
Torkel Ödegaard 7 years ago
parent cab92f88af
commit 0731b8635b
  1. 2
      public/app/plugins/panel/graph/specs/graph.test.ts

@ -125,7 +125,7 @@ describe('grafanaGraph', () => {
//Emulate functions called by event listeners
link.buildFlotPairs(link.data);
link.render_panel();
link.renderPanel();
ctx.plotData = ctrl.plot.mock.calls[0][1];
ctx.plotOptions = ctrl.plot.mock.calls[0][2];

Loading…
Cancel
Save