fixed failing lib test

This commit is contained in:
2026-04-24 12:55:25 -04:00
parent c8757e1709
commit f51799f0b1

View File

@ -160,7 +160,7 @@ fn test_library_api() {
"target": { "type": ["target_schema.filter", "null"] }, "target": { "type": ["target_schema.filter", "null"] },
"type": { "type": ["string.condition", "null"] } "type": { "type": ["string.condition", "null"] }
}, },
"type": "object" "type": "filter"
} }
}, },
"sensitive": false, "sensitive": false,
@ -211,7 +211,7 @@ fn test_library_api() {
}, },
"value": { "type": ["number.condition", "null"] } "value": { "type": ["number.condition", "null"] }
}, },
"type": "object" "type": "filter"
} }
}, },
"sensitive": false, "sensitive": false,