Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 75bc294

Browse files
author
Edgar Cruzado
authored
change default value for asyncMode (#542)
* change default value for asyncMode * update tests
1 parent 052d3ed commit 75bc294

8 files changed

Lines changed: 9378 additions & 39 deletions

lib/test/TestSuite.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,7 @@ class TestSuite {
167167
* @return {boolean} the async mode flag
168168
*/
169169
get asyncMode() {
170-
const defaultValue = ["phone", "twilio", "sms", "whatsapp"].includes(this.platform)
171-
? true
172-
: false;
170+
const defaultValue = true;
173171
return this.batchEnabled && Configuration.instance().value("asyncMode", this.configuration, defaultValue);
174172
}
175173

0 commit comments

Comments
 (0)