mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 15:15:38 -05:00
fix more skips
This commit is contained in:
@@ -288,7 +288,6 @@ def test_should_cache_template_and_service_in_redis(mocker, client, sample_templ
|
||||
assert templates_call[1]['ex'] == 604_800
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Needs updating for TTS: cloud.gov redis fails, local docker works, mock redis fails")
|
||||
def test_should_return_template_if_found_in_redis(mocker, client, sample_template):
|
||||
|
||||
from app.schemas import service_schema, template_schema
|
||||
@@ -312,7 +311,7 @@ def test_should_return_template_if_found_in_redis(mocker, client, sample_templat
|
||||
mocker.patch('app.celery.provider_tasks.deliver_sms.apply_async')
|
||||
|
||||
data = {
|
||||
'phone_number': '+447700900855',
|
||||
'phone_number': '+16615555555',
|
||||
'template_id': str(sample_template.id),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user