fix or remove skipped tests

This commit is contained in:
Kenneth Kehl
2025-08-29 08:35:38 -07:00
parent 7253686974
commit 0490b44fcd

View File

@@ -499,7 +499,7 @@ def test_send_user_email_code(
)
@pytest.mark.skip(reason="Broken email functionality")
# @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
):
@@ -579,7 +579,6 @@ def test_user_verify_email_code_fails_if_code_already_used(
assert sample_user.current_session_id is None
@pytest.mark.skip("We don't support international at the moment")
def test_send_user_2fa_code_sends_from_number_for_international_numbers(
client, sample_user, mocker, sms_code_template
):