fix: fixed tests execution

This commit is contained in:
ITQ
2025-11-21 12:58:55 +03:00
parent 3eb4666eff
commit c00c965280
+1
View File
@@ -85,6 +85,7 @@ def make_ioc(configuration: Configuration) -> AsyncContainer:
OAuthClientProvider(), OAuthClientProvider(),
NotificationServiceProvider(), NotificationServiceProvider(),
StorageProvider(), StorageProvider(),
TestProvider(),
validation_settings=STRICT_VALIDATION, validation_settings=STRICT_VALIDATION,
context={ context={
ServerConfiguration: configuration.server, ServerConfiguration: configuration.server,