@smartbear/one-report-publisher
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -149,3 +149,3 @@ "use strict"; | ||
if (res.statusCode !== 201) { | ||
return reject(new Error("Unexpected status code ".concat(res.statusCode, "\nPOST ").concat(url.toString(), "\n> ").concat(Object.entries(headers) | ||
return reject(new Error("Unexpected status code ".concat(res.statusCode, "\nPOST ").concat(url.toString(), " -d @").concat(path, "\n> ").concat(Object.entries(headers) | ||
.map(function (_a) { | ||
@@ -152,0 +152,0 @@ var _b = __read(_a, 2), h = _b[0], v = _b[1]; |
@@ -79,3 +79,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
return reject(new Error(`Unexpected status code ${res.statusCode} | ||
POST ${url.toString()} | ||
POST ${url.toString()} -d @${path} | ||
> ${Object.entries(headers) | ||
@@ -82,0 +82,0 @@ .map(([h, v]) => `${h}: ${v}`) |
{ | ||
"name": "@smartbear/one-report-publisher", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "Publish Test Results to SmartBear OneReport", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
145959