You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/util.js
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -351,10 +351,6 @@ function checkValidityYaml(givenYaml) {
351
351
return{valid: false,error: `The value "${givenYaml.engineInstances}" for engineInstances is invalid. The value should be an integer between 1 and 400.`};
return{valid: false,error: `The value "${kind}" for testType is invalid. Acceptable values are URL and JMX.`};
357
-
}
358
354
if(!isValidTestKind(kind)){
359
355
return{valid: false,error: `The value "${kind}" for testType is invalid. Acceptable values are ${EngineUtil.Resources.Strings.allFrameworksFriendly}.`};
0 commit comments