Skip to content

Commit 5a80f48

Browse files
committed
fix tests
1 parent 437f9fa commit 5a80f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/tests/unit/with_dbs/03/login/test_login_utils_emails.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
from aiohttp import web
1212
from aiohttp.test_utils import make_mocked_request
1313
from faker import Faker
14-
from json2html import json2html
1514
from pytest_mock import MockerFixture
1615
from pytest_simcore.helpers.typing_env import EnvVarsDict
1716
from simcore_service_webserver.application_settings import setup_settings
@@ -23,6 +22,7 @@
2322
get_template_path,
2423
send_email_from_template,
2524
)
25+
from simcore_service_webserver.publications._utils import json2html
2626
from simcore_service_webserver.statics._constants import FRONTEND_APPS_AVAILABLE
2727

2828

0 commit comments

Comments
 (0)