@artilleryio/int-core 2.0.10-144e77d → 2.0.10-338b070

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -350,8 +350,11 @@ HttpEngine.prototype.step = function step(requestSpec, ee, opts) {
350
350
 
351
351
  // Request.js -> Got.js translation
352
352
  if (params.qs) {
353
- requestParams.searchParams = template(params.qs, context);
353
+ requestParams.searchParams = qs.stringify(
354
+ template(params.qs, context)
355
+ );
354
356
  }
357
+
355
358
  if (typeof params.gzip === 'boolean') {
356
359
  requestParams.decompress = params.gzip;
357
360
  } else {
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@artilleryio/int-core",
3
- "version": "2.0.10-144e77d",
3
+ "version": "2.0.10-338b070",
4
4
  "main": "./index.js",
5
5
  "dependencies": {
6
- "@artilleryio/int-commons": "2.0.0-144e77d",
6
+ "@artilleryio/int-commons": "2.0.0-338b070",
7
7
  "@artilleryio/sketches-js": "^2.1.1",
8
8
  "agentkeepalive": "^4.1.0",
9
9
  "arrivals": "^2.1.2",