From 20bcfeccc917bda8fe63ccf2e79a8d00ead1f49d Mon Sep 17 00:00:00 2001 From: Morten Krane Date: Thu, 3 Aug 2023 12:57:04 +0200 Subject: [PATCH] Remove print --- tests/test_response_encoding.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_response_encoding.py b/tests/test_response_encoding.py index 2acfa6a..1f4233e 100644 --- a/tests/test_response_encoding.py +++ b/tests/test_response_encoding.py @@ -104,7 +104,6 @@ def test_response_encoding(url: str, expected_response: bytes, client: Client) - def test_schema() -> None: spec = generate_api_spec(urlpatterns) - print(spec) assert spec == { "openapi": "3.1.0", "info": {"title": "API overview", "version": "0.0.1"},