From bae7adcae528259dcb6a44699e74f75a928c306c Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Wed, 20 May 2020 16:04:45 +0100 Subject: [PATCH] Update who_can_use_notify link --- tests/app/main/views/test_register.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/main/views/test_register.py b/tests/app/main/views/test_register.py index 6cf7a8c16..090f100fc 100644 --- a/tests/app/main/views/test_register.py +++ b/tests/app/main/views/test_register.py @@ -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' )