fix more skips

This commit is contained in:
Kenneth Kehl
2023-05-18 14:18:02 -07:00
parent 3c08670386
commit 47b5303726
2 changed files with 5 additions and 4 deletions

View File

@@ -292,7 +292,6 @@ def test_send_sms_code_returns_204_when_too_many_codes_already_created(client, s
assert VerifyCode.query.count() == 5
@pytest.mark.skip(reason="Needs updating for TTS: Failing for unknown reason")
@pytest.mark.parametrize('post_data, expected_url_starts_with', (
(
{},