fixed failing graph tests

This commit is contained in:
Torkel Ödegaard 2018-11-21 13:53:32 +01:00
parent cab92f88af
commit 0731b8635b

View File

@ -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];