We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2fbe64 commit bf3d547Copy full SHA for bf3d547
src/test/java/com/github/copilot/sdk/ToolsTest.java
@@ -328,7 +328,7 @@ void testDeniesCustomToolWhenPermissionDenied(TestInfo testInfo) throws Exceptio
328
* @see Snapshot: tools/overrides_built_in_tool_with_custom_tool
329
*/
330
@Test
331
- void testOverridesBuiltInToolWithCustomTool(TestInfo testInfo) throws Exception {
+ void testOverridesBuiltInToolWithCustomTool() throws Exception {
332
ctx.configureForTest("tools", "overrides_built_in_tool_with_custom_tool");
333
334
var parameters = new HashMap<String, Object>();
0 commit comments