Skip to content

Commit 3fa8e06

Browse files
committed
tests(validate): adjust expected value to new error msg format for jsonschema 0.45
1 parent c78e2e8 commit 3fa8e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/validate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2552,7 +2552,7 @@ fn test_dyn_enum_validator() {
25522552
"ValidationError { repr: ValidationErrorRepr { instance: String(\"lanzones\"), \
25532553
kind: Custom { keyword: \"dynamicEnum\", message: \"\\\"lanzones\\\" is not a \
25542554
valid dynamicEnum value\" }, instance_path: Location(\"\"), schema_path: \
2555-
Location(\"/dynamicEnum\"), .. } }"
2555+
Location(\"/dynamicEnum\"), absolute_keyword_location: None, .. } }"
25562556
);
25572557
},
25582558
_ => {

0 commit comments

Comments
 (0)