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,