From 54762b1c8e8e5f8b9712b60ce92f891f275e271b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 15:26:29 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Auto=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../test_openapi_callbacks/test_tutorial002.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tests/test_tutorial/test_openapi_callbacks/test_tutorial002.py b/tests/test_tutorial/test_openapi_callbacks/test_tutorial002.py index 51f085fc76..a3965fe1c2 100644 --- a/tests/test_tutorial/test_openapi_callbacks/test_tutorial002.py +++ b/tests/test_tutorial/test_openapi_callbacks/test_tutorial002.py @@ -20,9 +20,7 @@ def test_process_passage(mock_post): ) assert response.status_code == 200 - assert response.json() == { - "message": "Passage processing started" - } + assert response.json() == {"message": "Passage processing started"} def test_callback(): @@ -35,6 +33,4 @@ def test_callback(): ) assert response.status_code == 200 - assert response.json() == { - "received": True - } + assert response.json() == {"received": True}