We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65548e4 commit ab0b927Copy full SHA for ab0b927
guardrails/classes/validation/validation_result.py
@@ -48,7 +48,7 @@ def from_interface(
48
@classmethod
49
def from_dict(cls, obj: Dict[str, Any]) -> "ValidationResult":
50
i_validation_result = IValidationResult.from_dict(obj) or IValidationResult(
51
- outcome="pail"
+ outcome="fail"
52
)
53
return cls.from_interface(i_validation_result)
54
0 commit comments