summaryrefslogtreecommitdiff
path: root/share/www
diff options
context:
space:
mode:
Diffstat (limited to 'share/www')
-rw-r--r--share/www/script/test/stats.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/test/stats.js b/share/www/script/test/stats.js
index 90d8f462..204fe302 100644
--- a/share/www/script/test/stats.js
+++ b/share/www/script/test/stats.js
@@ -393,7 +393,7 @@ couchTests.stats = function(debug) {
options.headers = {"Accept": "application/json"};
var summary = JSON.parse(CouchDB.request("GET", "/_stats", options).responseText);
var aggregates = ["mean", "min", "max", "stddev",
- "current", "resolution"];
+ "current"];
for(var i in aggregates) {
T(summary.httpd.requests[aggregates[i]] >= 0, aggregates[i] + " >= 0", name);