diff --git a/lib/http/base.js b/lib/http/base.js index 2d92f9650..79c7dc589 100644 --- a/lib/http/base.js +++ b/lib/http/base.js @@ -142,6 +142,7 @@ function prepareRequestOptions(options) { } } const backoffStrategy = this.constructExponentialBackoffStrategy(); + console.log(JSON.stringify(data)) const requestOptions = { method: options.method, url: options.url, diff --git a/test/integration/testPutGet.js b/test/integration/testPutGet.js index 53b650f21..12858ff4b 100644 --- a/test/integration/testPutGet.js +++ b/test/integration/testPutGet.js @@ -70,7 +70,7 @@ function executePutCmd (connection, putQuery, callback, results) { }); } -describe('PUT GET test', function () { +describe.only('PUT GET test', function () { this.retries(3); // this test suit are considered as flaky test let connection;