diff --git a/tests/test_issue_13056_openapi_annotated_forwardref.py b/tests/test_issue_13056_openapi_annotated_forwardref.py index 653e31d8d9..173919123c 100644 --- a/tests/test_issue_13056_openapi_annotated_forwardref.py +++ b/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"] \ No newline at end of file + assert data["components"]["schemas"]["Item"]