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 889fd2c commit 35ff155Copy full SHA for 35ff155
services/web/server/tests/unit/with_dbs/03/login/test_login_registration.py
@@ -19,7 +19,7 @@
19
from servicelib.rest_responses import unwrap_envelope
20
from simcore_service_webserver.db.models import UserStatus
21
from simcore_service_webserver.groups.api import auto_add_user_to_product_group
22
-from simcore_service_webserver.login._confirmation_service import _url_for_confirmation
+from simcore_service_webserver.login._confirmation_web import _url_for_confirmation
23
from simcore_service_webserver.login._constants import (
24
MSG_EMAIL_ALREADY_REGISTERED,
25
MSG_LOGGED_IN,
0 commit comments