Skip to content

Commit

Permalink
fix: attach Interceptors to groupServiceFutureStub (#4005)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelo-verta-ai authored Aug 11, 2023
1 parent fb05bf4 commit 4b8ea8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,6 @@ public ResourceServiceV2Grpc.ResourceServiceV2FutureStub getResourceServiceV2()
}

public GroupServiceGrpc.GroupServiceFutureStub getGroupServiceFutureStub() {
return groupServiceFutureStub;
return attachInterceptors(groupServiceFutureStub);
}
}

2 comments on commit 4b8ea8d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docker Tag: main-2023-08-11T00-21-23--4b8ea8d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Total coverage (common): 15.14
Total coverage (server): 61.28

Changed Files coverage (common): coverage 100
Changed Files coverage (server): 100

Please sign in to comment.