Skip to content

Commit b38bd96

Browse files
committed
cleanup
1 parent b3e967a commit b38bd96

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_registration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from servicelib.rest_responses import unwrap_envelope
2020
from simcore_service_webserver.db.models import UserStatus
2121
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
22+
from simcore_service_webserver.login._confirmation_web import _url_for_confirmation
2323
from simcore_service_webserver.login._constants import (
2424
MSG_EMAIL_ALREADY_REGISTERED,
2525
MSG_LOGGED_IN,

0 commit comments

Comments
 (0)