diff --git a/tests/k6/common/sentinel.js b/tests/k6/common/sentinel.js index 78a06239a..2c2a7f732 100644 --- a/tests/k6/common/sentinel.js +++ b/tests/k6/common/sentinel.js @@ -16,7 +16,6 @@ export default function () { expectStatusFor(r).to.equal(200); expect(r, 'response').to.have.validJsonBody(); let response = r.json(); - if (response.items && response.items.length > 0) { response.items.forEach((item) => { dialogIdsToPurge.push(item.id);