Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
sanket-mundra committed Aug 30, 2024
1 parent 50de7d4 commit ec29458
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public class ConfigServiceFactory implements GrpcPlatformServiceFactory {
@Override
public List<GrpcPlatformService> buildServices(
GrpcServiceContainerEnvironment grpcServiceContainerEnvironment) {
this.grpcServiceContainerEnvironment = grpcServiceContainerEnvironment;
Config config = grpcServiceContainerEnvironment.getConfig(SERVICE_NAME);
return this.buildServices(
this.getLocalChannel(),
Expand Down

0 comments on commit ec29458

Please sign in to comment.