Skip to content

Commit

Permalink
ls
Browse files Browse the repository at this point in the history
  • Loading branch information
oskogstad committed Nov 29, 2024
1 parent 586a7a8 commit 5417e60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/k6/common/sentinel.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5417e60

Please sign in to comment.