We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
main
1 parent f8dd078 commit 3487774Copy full SHA for 3487774
1 file changed
python/test_client.py
@@ -10,7 +10,7 @@
10
CopilotClient,
11
ExternalServerConfig,
12
PermissionHandler,
13
- PermissionRequestResult
+ PermissionRequestResult,
14
SubprocessConfig,
15
define_tool,
16
)
@@ -31,7 +31,7 @@ async def test_create_session_raises_without_permission_handler(self):
31
32
@pytest.mark.asyncio
33
async def test_v2_permission_adapter_rejects_no_result(self):
34
- client = CopilotClient({"cli_path": CLI_PATH})
+ client = CopilotClient(SubprocessConfig(CLI_PATH))
35
await client.start()
36
try:
37
session = await client.create_session(
0 commit comments