Introduced an OB validation error while adding CLR. Fixed a missing 'else if'
This commit is contained in:
parent
2c3f639f62
commit
0545dbf9e3
@ -45,7 +45,7 @@ public class TypePropertyProbe extends Probe<JsonNode> {
|
|||||||
ctx);
|
ctx);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(expected == Credential.Type.ClrCredential){
|
else if(expected == Credential.Type.ClrCredential){
|
||||||
if(!values.contains("ClrCredential")) {
|
if(!values.contains("ClrCredential")) {
|
||||||
return fatal(
|
return fatal(
|
||||||
"The type property does not contain the entry 'ClrCredential'",
|
"The type property does not contain the entry 'ClrCredential'",
|
||||||
|
Loading…
Reference in New Issue
Block a user