snyk 1.1126.0 → 1.1127.0

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.
@@ -6459,6 +6459,9 @@ function sendTestPayload(payload) {
6459
6459
  }
6460
6460
  if (res.statusCode !== 200) {
6461
6461
  const err = handleTestHttpErrorResponse(res, body);
6462
+ debug('sendTestPayload request URL:', payload.url);
6463
+ debug('sendTestPayload response status code:', res.statusCode);
6464
+ debug('sendTestPayload response body:', body);
6462
6465
  return reject(err);
6463
6466
  }
6464
6467
  body.filesystemPolicy = filesystemPolicy;