Browse Source

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

pull/13476/head
pre-commit-ci[bot] 4 weeks ago
parent
commit
92d90c1a9f
  1. 4
      tests/test_tutorial/test_path_params/test_tutorial002.py

4
tests/test_tutorial/test_path_params/test_tutorial002.py

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

Loading…
Cancel
Save