Skip to content

Commit

Permalink
chore: fix stack trace in tests (#2496)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored Aug 24, 2024
1 parent 1f7bebb commit 2d7277a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ public void ping(PingRequest request, StreamObserver<PingResponse> responseObser

@Override
public void getModuleContext(ModuleContextRequest request, StreamObserver<ModuleContextResponse> responseObserver) {
super.getModuleContext(request, responseObserver);
//TODO: add a way to test secrets and other module context values
responseObserver.onNext(ModuleContextResponse.newBuilder().build());
}

@Override
Expand Down

0 comments on commit 2d7277a

Please sign in to comment.