Merge pull request #2928 from alphagov/serve-on-slash-guest-list

Rename API URLs for guest list to guest list
This commit is contained in:
Chris Hill-Scott
2020-08-03 16:44:41 +01:00
committed by GitHub
19 changed files with 265 additions and 254 deletions

View File

@@ -652,7 +652,7 @@ def test_post_sms_notification_returns_400_if_not_allowed_to_send_notification(
@pytest.mark.parametrize('restricted', [True, False])
def test_post_sms_notification_returns_400_if_number_not_whitelisted(
def test_post_sms_notification_returns_400_if_number_not_in_guest_list(
notify_db_session, client, restricted
):
service = create_service(restricted=restricted, service_permissions=[SMS_TYPE, INTERNATIONAL_SMS_TYPE])