fixed failing lib test
This commit is contained in:
@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user