fix: fixed tests

This commit is contained in:
ITQ
2025-11-20 22:17:18 +03:00
parent 36b0bd1cb4
commit 7b580881ae
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -213,6 +213,7 @@ lint:
- uv sync --group linters --frozen
- source $UV_PROJECT_ENVIRONMENT/bin/activate
- just lint
- exit 1
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
+2
View File
@@ -30,6 +30,7 @@ from template_project.web_api.ioc.data_gateway import DataGatewayProvider
from template_project.web_api.ioc.factory import FactoryProvider
from template_project.web_api.ioc.idp import IdPProvider
from template_project.web_api.ioc.interactor import InteractorProvider
from template_project.web_api.ioc.notifications import NotificationServiceProvider
from template_project.web_api.ioc.oauth import OAuthClientProvider
@@ -79,6 +80,7 @@ def make_ioc(configuration: Configuration) -> AsyncContainer:
DataGatewayProvider(),
CryptographerProvider(),
OAuthClientProvider(),
NotificationServiceProvider(),
TestProvider(),
validation_settings=STRICT_VALIDATION,
context={