Commit 2d722e26 by Torkel Ödegaard

fix(cloudwatch): fixed test datasource, broken due to some function name changes

parent 182e079d
...@@ -223,7 +223,7 @@ function (angular, _) { ...@@ -223,7 +223,7 @@ function (angular, _) {
var metricName = 'EstimatedCharges'; var metricName = 'EstimatedCharges';
var dimensions = {}; var dimensions = {};
return this.performSuggestDimensionValues(region, namespace, metricName, dimensions).then(function () { return this.getDimensionValues(region, namespace, metricName, dimensions).then(function () {
return { status: 'success', message: 'Data source is working', title: 'Success' }; return { status: 'success', message: 'Data source is working', title: 'Success' };
}); });
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment