Skip to content

Commit 7dca559

Browse files
committed
resolved comments
1 parent 0c57235 commit 7dca559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/helpers/capabilityHelper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ const validate = (bsConfig, args) => {
241241
logger.warn(Constants.validationMessages.SPEC_TIMEOUT_NOT_PASSED_ERROR);
242242
}
243243

244-
if(!Utils.isUndefined(bsConfig.run_settings["record"]) && String(bsConfig.run_settings["record"]) != 'false') {
244+
if(!Utils.isUndefined(bsConfig.run_settings["record"]) && String(bsConfig.run_settings["record"]) == 'true') {
245245
if(Utils.isUndefined(bsConfig.run_settings.projectId) && Utils.isUndefined(bsConfig.run_settings["record-key"])) {
246246
logger.warn(Constants.validationMessages.PROJECT_ID_MISSING);
247247
logger.warn(Constants.validationMessages.RECORD_KEY_MISSING);

0 commit comments

Comments
 (0)