tests from pr 13314

This commit is contained in:
Javier Sánchez 2026-02-11 01:15:07 +01:00
parent 2693081249
commit d29fac9e3f
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ def test_openapi_schema(client: TestClient) -> None:
"content": {
"application/json": {
"schema": {
"anyOf": [
"oneOf": [
{"$ref": "#/components/schemas/Cat"},
{"$ref": "#/components/schemas/Dog"},
],