Revert "fix(tests): update test_build_vertex_schema expected output after bare {} anyOf dropping"

This reverts commit 8f61696b66.
This commit is contained in:
Ishaan Jaffer 2026-03-07 17:35:36 -08:00
parent 8f61696b66
commit 3288081350

View file

@ -226,6 +226,7 @@ def test_build_vertex_schema():
"callbacks": {
"anyOf": [
{"type": "array", "nullable": True},
{"nullable": True},
]
},
"run_name": {"type": "string"},