Update who_can_use_notify link

This commit is contained in:
karlchillmaid
2020-05-20 16:04:45 +01:00
committed by GitHub
parent 829e247f45
commit bae7adcae5

View File

@@ -117,7 +117,7 @@ def test_should_return_200_when_email_is_not_gov_uk(
'Enter a public sector email address or find out who can use Notify'
)
assert page.select_one('.error-message a')['href'] == url_for(
'main.who_its_for'
'main.who_can_use_notify'
)