Browse Source

🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

pull/9837/head
pre-commit-ci[bot] 8 months ago
parent
commit
19e5aba29c
  1. 4
      tests/test_application.py

4
tests/test_application.py

@ -1517,9 +1517,7 @@ def test_openapi_schema():
"detail": {
"title": "Detail",
"type": "array",
"items": {
"$ref": "#/components/schemas/ValidationError"
},
"items": {"$ref": "#/components/schemas/ValidationError"},
}
},
},

Loading…
Cancel
Save