mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-18 21:48:49 -04:00
get rid of skips
This commit is contained in:
@@ -473,7 +473,6 @@ def test_validate_template_calls_all_validators_exception_message_too_long(
|
||||
|
||||
|
||||
@pytest.mark.parametrize("key_type", [KeyType.TEST, KeyType.NORMAL])
|
||||
# @pytest.mark.skip("We currently don't support international numbers")
|
||||
def test_validate_and_format_recipient_fails_when_international_number_and_service_does_not_allow_int_sms(
|
||||
key_type,
|
||||
notify_db_session,
|
||||
@@ -493,7 +492,6 @@ def test_validate_and_format_recipient_fails_when_international_number_and_servi
|
||||
|
||||
|
||||
@pytest.mark.parametrize("key_type", [KeyType.TEST, KeyType.NORMAL])
|
||||
# @pytest.mark.skip("We currently don't support international numbers")
|
||||
def test_validate_and_format_recipient_succeeds_with_international_numbers_if_service_does_allow_int_sms(
|
||||
key_type, sample_service_full_permissions
|
||||
):
|
||||
|
||||
@@ -194,7 +194,6 @@ def _get_organizations():
|
||||
|
||||
|
||||
@pytest.mark.parametrize("org_type", ["nhs_central", "nhs_local", "nhs_gp"])
|
||||
@pytest.mark.skip(reason="Update for TTS")
|
||||
def test_post_create_organization_sets_default_nhs_branding_for_nhs_orgs(
|
||||
admin_request, notify_db_session, nhs_email_branding, org_type
|
||||
):
|
||||
@@ -374,7 +373,6 @@ def test_update_other_organization_attributes_doesnt_clear_domains(
|
||||
|
||||
|
||||
@pytest.mark.parametrize("new_org_type", ["nhs_central", "nhs_local", "nhs_gp"])
|
||||
@pytest.mark.skip(reason="Update for TTS")
|
||||
def test_post_update_organization_to_nhs_type_updates_branding_if_none_present(
|
||||
admin_request, nhs_email_branding, notify_db_session, new_org_type
|
||||
):
|
||||
@@ -401,7 +399,6 @@ def test_post_update_organization_to_nhs_type_updates_branding_if_none_present(
|
||||
|
||||
|
||||
@pytest.mark.parametrize("new_org_type", ["nhs_central", "nhs_local", "nhs_gp"])
|
||||
@pytest.mark.skip(reason="Update for TTS")
|
||||
def test_post_update_organization_to_nhs_type_does_not_update_branding_if_default_branding_set(
|
||||
admin_request, nhs_email_branding, notify_db_session, new_org_type
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user