test query params are an object

This commit is contained in:
Jeff Miccolis
2016-03-29 13:35:56 -04:00
committed by Patrick Niklaus
parent 07f3e2d457
commit 6a65261765
6 changed files with 18 additions and 9 deletions
+1 -1
View File
@@ -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();