Skip to content

Commit

Permalink
fix3
Browse files Browse the repository at this point in the history
  • Loading branch information
gromdimon committed Nov 10, 2023
1 parent 4ecee40 commit 232b261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tests/api/api_v1/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async def test_test_email_superuser(
):
"""Test sending an email as superuser."""
# Mock the send_test_email function
monkeypatch.setattr("app.api.endpoints.utils.send_test_email", lambda email_to: None)
monkeypatch.setattr("app.api.api_v1.endpoints.utils.send_test_email", lambda email_to: None)
_ = db_session
email_to = "[email protected]"
response = client_user.post(
Expand Down

0 comments on commit 232b261

Please sign in to comment.