mirror of https://github.com/tiangolo/fastapi.git
🎨 Auto format
This commit is contained in:
parent
6b16edfb5b
commit
5a73b0bf09
|
|
@ -26,4 +26,4 @@ def test_issue_13056_openapi_annotated_forwardref():
|
|||
response = client.get("/openapi.json")
|
||||
assert response.status_code == 200, response.text
|
||||
data = response.json()
|
||||
assert data["components"]["schemas"]["Item"]
|
||||
assert data["components"]["schemas"]["Item"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue