This commit is contained in:
Kenneth Kehl
2024-01-10 11:20:33 -08:00
parent f6ba9b4d74
commit 6f04915ee8
2 changed files with 4 additions and 2 deletions

View File

@@ -454,7 +454,7 @@ def test_send_user_email_code(
sample_user.auth_type = auth_type
mock_redis_get = mocker.patch("app.celery.scheduled_tasks.redis_store.raw_get")
mock_redis_get.return_value="foo"
mock_redis_get.return_value = "foo"
mocker.patch("app.celery.scheduled_tasks.redis_store.raw_set")