Figuring out why it doesn't initialize

pull/12702/head
Tobias Skarhed 7 years ago
parent 46e31621b0
commit bb0af52d34
  1. 3
      public/app/plugins/datasource/influxdb/specs/query_ctrl.jest.ts

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

Loading…
Cancel
Save