diff --git a/asab/web/tenant/service.py b/asab/web/tenant/service.py index 41f27f8a..181c6670 100644 --- a/asab/web/tenant/service.py +++ b/asab/web/tenant/service.py @@ -55,7 +55,7 @@ def _prepare_providers(self): async def initialize(self, app): if len(self.Providers) == 0: - raise L.error( + L.error( "TenantService requires at least one provider. " "Specify either `tenant_url` or `ids` in the [tenants] config section." )