Skip to content

Commit 162a551

Browse files
brettcannonSteveSandersonMS
authored andcommitted
Fix changes made in main
1 parent 3472714 commit 162a551

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)