From d01515c4c45f2d5fa4b9adb7791ed673e166c0b4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Sat, 17 Jan 2026 19:35:55 +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 --- tests/test_forms_single_model.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_forms_single_model.py b/tests/test_forms_single_model.py index f48d4d3bf3..41e4755068 100644 --- a/tests/test_forms_single_model.py +++ b/tests/test_forms_single_model.py @@ -139,8 +139,8 @@ def test_extra_param_list(): "param": "123", "extra_params": ["456", "789"], } - - + + def test_list_field_single_value(): response = client.post( "/form/",