You've already forked RekomenciBackend
fix(): provide oauth for test ioc
This commit is contained in:
@@ -67,12 +67,14 @@ def make_ioc(configuration: Configuration) -> AsyncContainer:
|
||||
InteractorProvider(),
|
||||
DataGatewayProvider(),
|
||||
CryptographerProvider(),
|
||||
OAuthClientProvider(),
|
||||
TestProvider(),
|
||||
validation_settings=STRICT_VALIDATION,
|
||||
context={
|
||||
ServerConfiguration: configuration.server,
|
||||
DatabaseConfiguration: configuration.database,
|
||||
AccessTokenConfiguration: configuration.access_token,
|
||||
YandexOAuthConfiguration: configuration.yandex_oauth,
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user