mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.
Backport of 4f336f6652 from master
			
			
This commit is contained in:
		| @@ -58,7 +58,7 @@ class SignalTestCase(TestCase): | ||||
|         # users. | ||||
|         self.client.get('/logout/next_page/') | ||||
|         self.assertEqual(len(self.logged_out), 1) | ||||
|         self.assertEqual(self.logged_out[0], None) | ||||
|         self.assertIsNone(self.logged_out[0]) | ||||
|  | ||||
|     def test_logout(self): | ||||
|         self.client.login(username='testclient', password='password') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user