pre-commit-ci-lite[bot]
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
tests/test_issue_13056_openapi_annotated_forwardref.py
|
|
|
@ -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"] |
|
|
|
|