From 38748dd590a428475868a693d900037646c91015 Mon Sep 17 00:00:00 2001 From: Oliver Haas Date: Wed, 21 Aug 2024 11:55:22 +0200 Subject: [PATCH] chore: id tests --- tests/test_config/test_max_attribute_length.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_config/test_max_attribute_length.py b/tests/test_config/test_max_attribute_length.py index c720bc1cc..4e58ce9bb 100644 --- a/tests/test_config/test_max_attribute_length.py +++ b/tests/test_config/test_max_attribute_length.py @@ -93,7 +93,7 @@ ("\n"), ("\n\n"), ({"max_attribute_length": 3, "custom_html": "[\\w\\-]+"}), - id="longest lines", + id="long tag custom_html", ), ]