notify-34 fix skipped tests

This commit is contained in:
Kenneth Kehl
2023-05-18 09:46:36 -07:00
parent 49a73a2238
commit 6e597aafad
7 changed files with 7 additions and 22 deletions

View File

@@ -238,7 +238,6 @@ def test_should_cache_template_lookups_in_memory(mocker, client, sample_template
assert Notification.query.count() == 5
@pytest.mark.skip(reason="Needs updating for TTS: cloud.gov redis fails, local docker works, mock redis fails")
def test_should_cache_template_and_service_in_redis(mocker, client, sample_template):
from app.schemas import service_schema, template_schema