Skip to content

Commit

Permalink
removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithad0703 committed Dec 21, 2024
1 parent 5079d20 commit aa9e1d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/bulkOperation-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ describe('Contentstack BulkOperation test', () => {
});

const response = await makeBulkOperation().updateItems({ data: items, bulk_version: '2.0' });
console.log("🚀 ~ it ~ response:", response)
expect(response.notice).to.equal('Your update release items to latest version request is in progress.');
expect(response.job_id).to.not.equal(undefined);
});
Expand Down

0 comments on commit aa9e1d5

Please sign in to comment.