Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Kehl committed Oct 16, 2024
1 parent f328457 commit 1dbb369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/app/main/views/test_security_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
def test_security_policy_redirects_to_policy(client_request, url):
client_request.get_url(
url,
_expected_status=302,
_expected_redirect="https://vdp.cabinetoffice.gov.uk/.well-known/security.txt",
_test_page_title=False,
_expected_status=200,
)

0 comments on commit 1dbb369

Please sign in to comment.