From 6db3558941e576b17f6eb6072bc03e5d09e496ee Mon Sep 17 00:00:00 2001 From: Morten Krane Date: Thu, 3 Aug 2023 13:17:51 +0200 Subject: [PATCH] Ignore line-too-long --- tests/test_response_encoding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } } },