Skip to content

Commit a0258d1

Browse files
committed
CDP-1321-v1
1 parent 7b4cdb0 commit a0258d1

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)