From c00c96528036db40930f75d601c9115cce7bff5d Mon Sep 17 00:00:00 2001 From: ITQ Date: Fri, 21 Nov 2025 12:58:55 +0300 Subject: [PATCH] fix: fixed tests execution --- tests/web_api/ioc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/web_api/ioc.py b/tests/web_api/ioc.py index 50d456a..b393448 100644 --- a/tests/web_api/ioc.py +++ b/tests/web_api/ioc.py @@ -85,6 +85,7 @@ def make_ioc(configuration: Configuration) -> AsyncContainer: OAuthClientProvider(), NotificationServiceProvider(), StorageProvider(), + TestProvider(), validation_settings=STRICT_VALIDATION, context={ ServerConfiguration: configuration.server,