mirror of
https://github.com/django/django.git
synced 2025-11-20 03:30:00 +00:00
Fixed #25780 -- Removed redundant status code assertions from tests
This commit is contained in:
parent
68554d1676
commit
13dba4dba3
11 changed files with 0 additions and 53 deletions
|
|
@ -247,7 +247,6 @@ class TemplateViewTest(SimpleTestCase):
|
|||
|
||||
def _assert_about(self, response):
|
||||
response.render()
|
||||
self.assertEqual(response.status_code, 200)
|
||||
self.assertContains(response, '<h1>About</h1>')
|
||||
|
||||
def test_get(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue