Skip to content

Commit

Permalink
fix broken go live email notification
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Kehl committed Nov 27, 2024
1 parent a1dea3c commit d23fece
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/app/service/test_sender.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def test_send_notification_to_service_users_sends_to_active_users_only(
notify_service, mocker
):
mocker.patch("app.service.sender.send_notification_to_queue")
mocker.patch("app.service.sender.redis_store")

first_active_user = create_user(email="[email protected]", state="active")
second_active_user = create_user(email="[email protected]", state="active")
Expand Down

0 comments on commit d23fece

Please sign in to comment.