mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Use new TestCase methods for equality comparisons
This commit is contained in:
		| @@ -43,5 +43,5 @@ class TestCookieStorage(TestStorage, TestCase): | ||||
|         storage.init_data() | ||||
|         storage.update_response(response) | ||||
|         unsigned_cookie_data = cookie_signer.unsign(response.cookies[storage.prefix].value) | ||||
|         self.assertEqual(json.loads(unsigned_cookie_data), | ||||
|         self.assertJSONEqual(unsigned_cookie_data, | ||||
|             {"step_files": {}, "step": None, "extra_data": {}, "step_data": {}}) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user