mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-20 00:11:50 +00:00
Revert "fix(tests): update test_build_vertex_schema expected output after bare {} anyOf dropping"
This reverts commit 8f61696b66.
This commit is contained in:
parent
8f61696b66
commit
3288081350
1 changed files with 1 additions and 0 deletions
|
|
@ -226,6 +226,7 @@ def test_build_vertex_schema():
|
|||
"callbacks": {
|
||||
"anyOf": [
|
||||
{"type": "array", "nullable": True},
|
||||
{"nullable": True},
|
||||
]
|
||||
},
|
||||
"run_name": {"type": "string"},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue