We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c78e2e8 commit 3fa8e06Copy full SHA for 3fa8e06
src/cmd/validate.rs
@@ -2552,7 +2552,7 @@ fn test_dyn_enum_validator() {
2552
"ValidationError { repr: ValidationErrorRepr { instance: String(\"lanzones\"), \
2553
kind: Custom { keyword: \"dynamicEnum\", message: \"\\\"lanzones\\\" is not a \
2554
valid dynamicEnum value\" }, instance_path: Location(\"\"), schema_path: \
2555
- Location(\"/dynamicEnum\"), .. } }"
+ Location(\"/dynamicEnum\"), absolute_keyword_location: None, .. } }"
2556
);
2557
},
2558
_ => {
0 commit comments