Commit bb0af52d by Tobias Skarhed

Figuring out why it doesn't initialize

parent 46e31621
......@@ -16,8 +16,9 @@ describe('InfluxDBQueryCtrl', function() {
};
InfluxQueryCtrl.prototype.panelCtrl = {
target: { target: {} },
panel: {
targets: [{}],
targets: [this.target],
},
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment