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/template_tests/test_response.py | |
| parent | 68554d16761d1e3bb618686b6d66437c59940b47 (diff) | |
Fixed #25780 -- Removed redundant status code assertions from tests
Diffstat (limited to 'tests/template_tests/test_response.py')
| -rw-r--r-- | tests/template_tests/test_response.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/template_tests/test_response.py b/tests/template_tests/test_response.py index 027584d2d7..05073b6f74 100644 --- a/tests/template_tests/test_response.py +++ b/tests/template_tests/test_response.py @@ -326,7 +326,6 @@ class CustomURLConfTest(SimpleTestCase): def test_custom_urlconf(self): response = self.client.get('/template_response_view/') - self.assertEqual(response.status_code, 200) self.assertContains(response, 'This is where you can find the snark: /snark/') |
