Change organisations to email branding

This commit is contained in:
chrisw
2018-02-07 10:30:49 +00:00
parent a819b30d35
commit 9ad4435d94
24 changed files with 736 additions and 594 deletions

View File

@@ -11,7 +11,7 @@ def get_service_settings_page(
logged_in_platform_admin_client,
service_one,
mock_get_inbound_number_for_service,
mock_get_letter_organisations,
mock_get_letter_email_branding,
mock_get_free_sms_fragment_limit,
no_reply_to_email_addresses,
no_letter_contact_blocks,
@@ -104,7 +104,7 @@ def test_normal_user_doesnt_see_any_toggle_buttons(
no_reply_to_email_addresses,
no_letter_contact_blocks,
single_sms_sender,
mock_get_letter_organisations,
mock_get_letter_email_branding,
mock_get_inbound_number_for_service,
mock_get_free_sms_fragment_limit,
):