Figuring out why it doesn't initialize

This commit is contained in:
Tobias Skarhed 2018-07-23 14:54:58 +02:00
parent 46e31621b0
commit bb0af52d34

View File

@ -16,8 +16,9 @@ describe('InfluxDBQueryCtrl', function() {
};
InfluxQueryCtrl.prototype.panelCtrl = {
target: { target: {} },
panel: {
targets: [{}],
targets: [this.target],
},
};