Rename annotate to annotations

This commit is contained in:
Patrick Niklaus
2016-05-26 21:29:15 +02:00
parent 498370330d
commit 262354f733
8 changed files with 32 additions and 27 deletions
-1
View File
@@ -145,7 +145,6 @@ module.exports = function () {
this.requestUrl(row.request, afterRequest);
} else {
var params = this.queryParams;
params['annotate'] = 'true';
got = {};
for (var k in row) {
var match = k.match(/param:(.*)/);