From 32b8bd98ee48cb69930ad39b963095ceff9aba72 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 03:04:48 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20[pre-commit.ci]=20Auto=20format?= =?UTF-8?q?=20from=20pre-commit.com=20hooks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_none_passed_when_null_received.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_none_passed_when_null_received.py b/tests/test_none_passed_when_null_received.py index 796e92010..1a0be42fd 100644 --- a/tests/test_none_passed_when_null_received.py +++ b/tests/test_none_passed_when_null_received.py @@ -54,6 +54,7 @@ endpoints.append("/api4") def api5(integer: int = Body(embed=True)) -> dict: return {"received": integer} + client = TestClient(app)