diff options
| author | Alex Morozov <inductor2000@mail.ru> | 2015-11-21 17:00:11 +0300 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2015-11-21 18:12:33 +0100 |
| commit | 13dba4dba3ad52a8accee6778fb029fe81565d40 (patch) | |
| tree | 4e6b45363b904a153604fe5a4c97d752ee04f873 /tests/admin_inlines | |
| parent | 68554d16761d1e3bb618686b6d66437c59940b47 (diff) | |
Fixed #25780 -- Removed redundant status code assertions from tests
Diffstat (limited to 'tests/admin_inlines')
| -rw-r--r-- | tests/admin_inlines/tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/admin_inlines/tests.py b/tests/admin_inlines/tests.py index ea6dcbf517..4f2377b2de 100644 --- a/tests/admin_inlines/tests.py +++ b/tests/admin_inlines/tests.py @@ -492,7 +492,6 @@ class TestInlineProtectedOnDelete(TestDataMixin, TestCase): 'chapter_set-0-DELETE': 'on' } response = self.client.post(change_url, data) - self.assertEqual(response.status_code, 200) self.assertContains(response, "Deleting chapter %s would require deleting " "the following protected related objects: foot note %s" % (chapter, foot_note)) |
