refactoring: elasticsearch raw doc size limit option PR, #8527

This commit is contained in:
Torkel Ödegaard
2017-06-08 11:53:12 +02:00
parent 3c41d0477a
commit 2c75593c1a
2 changed files with 7 additions and 8 deletions

View File

@@ -62,7 +62,7 @@ describe('ElasticDatasource', function() {
from: moment.utc([2015, 4, 30, 10]),
to: moment.utc([2015, 5, 1, 10])
},
targets: [{ bucketAggs: [], metrics: [], query: 'escape\\:test' }]
targets: [{ bucketAggs: [], metrics: [{type: 'raw_document'}], query: 'escape\\:test' }]
});
ctx.$rootScope.$apply();