mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 19:03:30 -05:00
fix test
This commit is contained in:
@@ -11,6 +11,6 @@ import pytest
|
||||
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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user