summaryrefslogtreecommitdiff
path: root/tests/admin_views/tests.py
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-11-16 15:09:22 -0500
committerTim Graham <timograham@gmail.com>2018-11-16 15:09:22 -0500
commit405ec5b9c6996bf4e5fba68a9bad76d17e146327 (patch)
tree96f15c1eea390fe9715dcee058f487f26096b39a /tests/admin_views/tests.py
parente7e55059027ae2f644c852e0ba60dc9307b425e1 (diff)
Fixed typo in tests/admin_views/tests.py.
Diffstat (limited to 'tests/admin_views/tests.py')
-rw-r--r--tests/admin_views/tests.py2
1 files changed, 1 insertions, 1 deletions
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, '<a href="/test_admin/admin9/admin_views/article/" class="closelink">Close</a>')
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': '<p>edited article</p>',