Skip to content

Commit

Permalink
lint2
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole committed Oct 2, 2023
1 parent 4d21c06 commit 51863bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion application/tests/web_main_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,5 +566,7 @@ def test_smartlink(self) -> None:
for head in response.headers:
if head[0] == "Location":
location = head[1]
self.assertEqual(location, "https://cwe.mitre.org/data/definitions/999.html")
self.assertEqual(
location, "https://cwe.mitre.org/data/definitions/999.html"
)
self.assertEqual(302, response.status_code)

0 comments on commit 51863bf

Please sign in to comment.