diff options
| author | Tim Graham <timograham@gmail.com> | 2018-11-16 15:09:22 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-11-16 15:09:22 -0500 |
| commit | 405ec5b9c6996bf4e5fba68a9bad76d17e146327 (patch) | |
| tree | 96f15c1eea390fe9715dcee058f487f26096b39a /tests/admin_views/tests.py | |
| parent | e7e55059027ae2f644c852e0ba60dc9307b425e1 (diff) | |
Fixed typo in tests/admin_views/tests.py.
Diffstat (limited to 'tests/admin_views/tests.py')
| -rw-r--r-- | tests/admin_views/tests.py | 2 |
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>', |
