We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927f6b6 commit e5add4dCopy full SHA for e5add4d
1 file changed
src/test/java/com/github/copilot/sdk/PermissionsTest.java
@@ -233,8 +233,6 @@ void testToolCallIdInPermissionRequests(TestInfo testInfo) throws Exception {
233
void testShouldHandlePermissionHandlerErrorsGracefully(TestInfo testInfo) throws Exception {
234
ctx.configureForTest("permissions", "should_handle_permission_handler_errors_gracefully");
235
236
- // TODO: this test throws this exception and the stacktrace is being logged. We
237
- // need to prevent that.
238
SessionConfig config = new SessionConfig().setOnPermissionRequest((request, invocation) -> {
239
// Throw an error in the handler
240
throw new RuntimeException("Handler error");
0 commit comments