Skip to content

Commit 63eca6d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b08701f commit 63eca6d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: tests/panels/test_redirects.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,6 @@ def test_original_response_preserved(self):
9595
self.assertTrue(hasattr(response, "original_response"))
9696
self.assertTrue(response.original_response is redirect)
9797
self.assertIsNone(response.get("Location"))
98-
self.assertEqual(response.original_response.get("Location"), "http://somewhere/else/")
98+
self.assertEqual(
99+
response.original_response.get("Location"), "http://somewhere/else/"
100+
)

0 commit comments

Comments
 (0)