﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
25780	Remove redundant response.status_code assertions in tests	Tim Graham	Alex Morozov	`self.assertContains(response, '...')` also checks the response's status code. There are a lot of places (in the `admin_views` tests is the place I noticed it) where there's a redundant assertion that verifies `self.assertEqual(response.status_code, 200)`.	Cleanup/optimization	closed	Testing framework	dev	Normal	fixed			Accepted	1	0	0	0	1	0
