Skip to content

Commit 3487774

Browse files
committed
Fix changes made in main
1 parent f8dd078 commit 3487774

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python/test_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
CopilotClient,
1111
ExternalServerConfig,
1212
PermissionHandler,
13-
PermissionRequestResult
13+
PermissionRequestResult,
1414
SubprocessConfig,
1515
define_tool,
1616
)
@@ -31,7 +31,7 @@ async def test_create_session_raises_without_permission_handler(self):
3131

3232
@pytest.mark.asyncio
3333
async def test_v2_permission_adapter_rejects_no_result(self):
34-
client = CopilotClient({"cli_path": CLI_PATH})
34+
client = CopilotClient(SubprocessConfig(CLI_PATH))
3535
await client.start()
3636
try:
3737
session = await client.create_session(

0 commit comments

Comments
 (0)