We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a6927 commit 927f6b6Copy full SHA for 927f6b6
1 file changed
src/test/java/com/github/copilot/sdk/PermissionsTest.java
@@ -233,6 +233,8 @@ 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