You've already forked RekomenciBackend
fix merge conflicts
This commit is contained in:
@@ -35,6 +35,7 @@ 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
|
||||
from tests.web_api.test_api_gateway import TestApiGateway
|
||||
from template_project.web_api.ioc.storage import StorageProvider
|
||||
|
||||
|
||||
class DatabaseClearer:
|
||||
@@ -85,6 +86,7 @@ def make_ioc(configuration: Configuration) -> AsyncContainer:
|
||||
CryptographerProvider(),
|
||||
OAuthClientProvider(),
|
||||
NotificationServiceProvider(),
|
||||
StorageProvider(),
|
||||
TestProvider(),
|
||||
validation_settings=STRICT_VALIDATION,
|
||||
context={
|
||||
|
||||
Reference in New Issue
Block a user