From 48a1929ca050f1333927860ff561f6371706968a Mon Sep 17 00:00:00 2001 From: konsti Date: Tue, 22 Aug 2023 12:42:57 +0200 Subject: Removed unnecessary trailing commas in tests. --- tests/admin_utils/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/admin_utils') diff --git a/tests/admin_utils/tests.py b/tests/admin_utils/tests.py index cbe6b8bb1d..0adee38afa 100644 --- a/tests/admin_utils/tests.py +++ b/tests/admin_utils/tests.py @@ -325,7 +325,7 @@ class UtilsTests(SimpleTestCase): ) msg = "Unable to lookup 'nonexistent' on Article or ArticleForm" with self.assertRaisesMessage(AttributeError, msg): - label_for_field("nonexistent", Article, form=ArticleForm()), + label_for_field("nonexistent", Article, form=ArticleForm()) def test_label_for_property(self): class MockModelAdmin: -- cgit v1.3