@comeonautomation/reportportal-client
Advanced tools
Comparing version
@@ -370,7 +370,7 @@ /* eslint-disable quotes,no-console,class-methods-use-this */ | ||
){ | ||
await this.restClient | ||
this.restClient | ||
.retrieve(item_id_url) | ||
.then(async response => { | ||
.then(response => { | ||
hasSkipTestItems.push(response.id) | ||
await this.restClient | ||
this.restClient | ||
.delete("/item?ids="+response.id) | ||
@@ -377,0 +377,0 @@ .then(response => { |
{ | ||
"name": "@comeonautomation/reportportal-client", | ||
"version": "2.3.4", | ||
"version": "2.3.5", | ||
"description": "ReportPortal client for node.js", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
152600
-0.01%