We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e6b52 commit 94bdbaaCopy full SHA for 94bdbaa
services/web/server/tests/unit/with_dbs/04/conversations/test_conversations_messages_rest.py
@@ -461,7 +461,7 @@ async def test_conversation_messages_with_database(
461
mock_send_email = mocker.patch(
462
"simcore_service_webserver.email.email_service.send_email_from_template"
463
)
464
-
+ mocker.patch("simcore_service_webserver.products.products_web.get_current_product")
465
assert client.app
466
467
# Create a conversation directly via API (no mocks)
0 commit comments