mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 23:26:23 -05:00
remove v2
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user