From fe1584d86a301a34cf45edfec25e8e20ad0d9fd3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 12:50:57 +0000 Subject: [PATCH] [pre-commit.ci lite] apply automatic fixes --- tests/validators/test_regexp.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/validators/test_regexp.py b/tests/validators/test_regexp.py index 9e69aa84..6398e4f1 100644 --- a/tests/validators/test_regexp.py +++ b/tests/validators/test_regexp.py @@ -244,8 +244,7 @@ def test_regex_invalid_mode(dummy_form, dummy_field, re_mode): regexp("^a", mode=re_mode) expected_msg_tmpl = ( - "Invalid mode value '{}'. " - "Supported values: search, match, fullmatch" + "Invalid mode value '{}'. " "Supported values: search, match, fullmatch" ) assert e.value.args[0] == expected_msg_tmpl.format(re_mode)