mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 04:04:00 -06:00
Figuring out why it doesn't initialize
This commit is contained in:
parent
46e31621b0
commit
bb0af52d34
@ -16,8 +16,9 @@ describe('InfluxDBQueryCtrl', function() {
|
||||
};
|
||||
|
||||
InfluxQueryCtrl.prototype.panelCtrl = {
|
||||
target: { target: {} },
|
||||
panel: {
|
||||
targets: [{}],
|
||||
targets: [this.target],
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user