Skip to content

Commit fa251a6

Browse files
committed
fixes tests
1 parent e2e812a commit fa251a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/tests/unit/with_dbs/03/invitations/test_users_accounts_rest_registration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ async def mock_send_message(msg):
7979
mock_session.__aexit__ = AsyncMock(return_value=None)
8080

8181
# Use mocker to patch the create_email_session function
82-
mocker.patch.object(
82+
mocker.patch(
8383
"simcore_service_webserver.users._accounts_service.create_email_session",
8484
return_value=mock_session,
8585
)

0 commit comments

Comments
 (0)