mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
updated libs and fixed new typescript errors
This commit is contained in:
@@ -112,13 +112,11 @@ describe('ElasticDatasource', function() {
|
||||
});
|
||||
|
||||
describe('When getting fields', function() {
|
||||
var requestOptions;
|
||||
|
||||
beforeEach(function() {
|
||||
createDatasource({url: 'http://es.com', index: 'metricbeat'});
|
||||
|
||||
ctx.backendSrv.datasourceRequest = function(options) {
|
||||
requestOptions = options;
|
||||
return ctx.$q.when({data: {
|
||||
metricbeat: {
|
||||
mappings: {
|
||||
|
||||
Reference in New Issue
Block a user