diff --git a/tests/test_response_encoding.py b/tests/test_response_encoding.py index 04cb78a..ae1d5a1 100644 --- a/tests/test_response_encoding.py +++ b/tests/test_response_encoding.py @@ -143,7 +143,7 @@ def test_schema() -> None: "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/MyCamelCasePydanticModel" + "$ref": "#/components/schemas/MyCamelCasePydanticModel" # noqa: E501 } } },