We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b08701f commit 63eca6dCopy full SHA for 63eca6d
tests/panels/test_redirects.py
@@ -95,4 +95,6 @@ def test_original_response_preserved(self):
95
self.assertTrue(hasattr(response, "original_response"))
96
self.assertTrue(response.original_response is redirect)
97
self.assertIsNone(response.get("Location"))
98
- self.assertEqual(response.original_response.get("Location"), "http://somewhere/else/")
+ self.assertEqual(
99
+ response.original_response.get("Location"), "http://somewhere/else/"
100
+ )
0 commit comments