Skip to content

Commit

Permalink
test(orders): fix setup phase CDPIP-2411
Browse files Browse the repository at this point in the history
  • Loading branch information
morzzz007 committed Mar 26, 2020
1 parent e29834e commit 5d32391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/test/events/order.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ describe('Order events', function() {
before(async function() {
await this.magentoApi.execute('config', 'set', {
websiteId: 1,
config: { collectSalesEvents: 'enabled' }
config: { collectSalesEvents: 'enabled', collectMarketingEvents: 'disabled', magentoSendEmail: 'disabled' }
});
});

Expand Down

0 comments on commit 5d32391

Please sign in to comment.