remove v2

This commit is contained in:
Kenneth Kehl
2024-05-30 12:27:07 -07:00
parent 61cbec16a4
commit 22ffc56520
50 changed files with 64 additions and 5277 deletions

View File

@@ -499,10 +499,10 @@ def test_send_user_email_code_with_urlencoded_next_param(
mock_redis_get = mocker.patch("app.celery.scheduled_tasks.redis_store.raw_get")
mock_redis_get.return_value = "foo"
mock_s3_personalisation = mocker.patch(
"app.v2.notifications.get_notifications.get_personalisation_from_s3"
)
mock_s3_personalisation.return_value = {"name": "Bob"}
# mock_s3_personalisation = mocker.patch(
# "app.v2.notifications.get_notifications.get_personalisation_from_s3"
# )
# mock_s3_personalisation.return_value = {"name": "Bob"}
mocker.patch("app.celery.scheduled_tasks.redis_store.raw_set")