We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5079d20 commit aa9e1d5Copy full SHA for aa9e1d5
test/unit/bulkOperation-test.js
@@ -75,7 +75,6 @@ describe('Contentstack BulkOperation test', () => {
75
});
76
77
const response = await makeBulkOperation().updateItems({ data: items, bulk_version: '2.0' });
78
- console.log("🚀 ~ it ~ response:", response)
79
expect(response.notice).to.equal('Your update release items to latest version request is in progress.');
80
expect(response.job_id).to.not.equal(undefined);
81
0 commit comments