Skip to content

Commit 0f20e87

Browse files
Merge pull request #437 from lakshyag-tech/CDP-1321-v1
CDP-1321-v1
2 parents 15bad48 + a0258d1 commit 0f20e87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commands/utils/validate.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@ module.exports = validate_config = function (lt_config, validation_configs) {
372372
if (lt_config.run_settings.tags) {
373373
if (lt_config.run_settings.tags.length > 20) {
374374
reject("Test Tags can not be more than 20")
375+
}
375376
for (let i = 0; i < lt_config.run_settings.tags.length; i++) {
376377
if (lt_config.run_settings.tags[i].length > 50) {
377378
reject("Test Tags can not have over 50 characters");

0 commit comments

Comments
 (0)