Skip to content

Commit 94bdbaa

Browse files
fix test
1 parent 21e6b52 commit 94bdbaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/tests/unit/with_dbs/04/conversations/test_conversations_messages_rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ async def test_conversation_messages_with_database(
461461
mock_send_email = mocker.patch(
462462
"simcore_service_webserver.email.email_service.send_email_from_template"
463463
)
464-
464+
mocker.patch("simcore_service_webserver.products.products_web.get_current_product")
465465
assert client.app
466466

467467
# Create a conversation directly via API (no mocks)

0 commit comments

Comments
 (0)