mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-03 13:18:32 -04:00
fix or remove skipped tests
This commit is contained in:
@@ -342,7 +342,6 @@ def test_post_user_attribute_with_updated_by(
|
||||
mock_persist_notification.assert_not_called()
|
||||
|
||||
|
||||
@pytest.mark.skip("We don't support international at the moment")
|
||||
def test_post_user_attribute_with_updated_by_sends_notification_to_international_from_number(
|
||||
admin_request, mocker, sample_user, team_member_mobile_edit_template
|
||||
):
|
||||
|
||||
@@ -499,7 +499,6 @@ def test_send_user_email_code(
|
||||
)
|
||||
|
||||
|
||||
# @pytest.mark.skip(reason="Broken email functionality")
|
||||
def test_send_user_email_code_with_urlencoded_next_param(
|
||||
admin_request, mocker, sample_user, email_2fa_code_template
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user