Skip to content

Commit 95214bf

Browse files
test version
1 parent 1427695 commit 95214bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

archipy/helpers/utils/app_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def create_async_grpc_app(cls, config: BaseConfig) -> server:
313313
"""Create and configure an async gRPC application."""
314314
from archipy.helpers.interceptors.grpc.exception import AsyncGrpcServerExceptionInterceptor
315315

316-
async_interceptors = [AsyncGrpcServerExceptionInterceptor]
316+
async_interceptors = [AsyncGrpcServerExceptionInterceptor()]
317317
AsyncGrpcAPIUtils.setup_trace_interceptor(config, async_interceptors)
318318
AsyncGrpcAPIUtils.setup_metric_interceptor(config, async_interceptors)
319319

0 commit comments

Comments
 (0)