test query params are an object
This commit is contained in:
committed by
Patrick Niklaus
parent
07f3e2d457
commit
6a65261765
@@ -12,7 +12,7 @@ module.exports = function () {
|
||||
this.scenarioTitle = scenario.getName();
|
||||
|
||||
this.loadMethod = this.DEFAULT_LOAD_METHOD;
|
||||
this.queryParams = [];
|
||||
this.queryParams = {};
|
||||
var d = new Date();
|
||||
this.scenarioTime = util.format('%d-%d-%dT%s:%s:%sZ', d.getFullYear(), d.getMonth()+1, d.getDate(), d.getHours(), d.getMinutes(), d.getSeconds());
|
||||
this.resetData();
|
||||
|
||||
Reference in New Issue
Block a user