mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
elasticseach: fixed broken unit test
This commit is contained in:
@@ -42,7 +42,7 @@ describe('ElasticDatasource', function() {
|
||||
ctx.$rootScope.$apply();
|
||||
|
||||
var today = moment.utc().format("YYYY.MM.DD");
|
||||
expect(requestOptions.url).to.be("http://es.com/asd-" + today + '/_stats');
|
||||
expect(requestOptions.url).to.be("http://es.com/asd-" + today + '/_mapping');
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user