fixed failing graph tests

(cherry picked from commit 0731b8635b)
This commit is contained in:
Torkel Ödegaard
2018-11-28 09:59:10 +01:00
committed by Marcus Efraimsson
parent 9ec0af73ec
commit 1ad60be47b
@@ -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];