From 405ec5b9c6996bf4e5fba68a9bad76d17e146327 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 16 Nov 2018 15:09:22 -0500 Subject: [PATCH] Fixed typo in tests/admin_views/tests.py. --- tests/admin_views/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/admin_views/tests.py b/tests/admin_views/tests.py index 908f78bf9b..c7ccf55fa0 100644 --- a/tests/admin_views/tests.py +++ b/tests/admin_views/tests.py @@ -1860,7 +1860,7 @@ class AdminViewPermissionsTest(TestCase): self.assertContains(response, 'Close') def test_change_view_post_without_object_change_permission(self): - """A POST redirectS to changelist without modifications.""" + """A POST redirects to changelist without modifications.""" change_dict = { 'title': 'Ikke fordømt', 'content': '

edited article

',