diff --git a/extensions/positron-python/src/test/positron/session.unit.test.ts b/extensions/positron-python/src/test/positron/session.unit.test.ts index cfbae9117a0..a85d19edb20 100644 --- a/extensions/positron-python/src/test/positron/session.unit.test.ts +++ b/extensions/positron-python/src/test/positron/session.unit.test.ts @@ -45,11 +45,11 @@ suite('Python Runtime Session', () => { } as PythonEnvironment; runtimeMetadata = { - extraRuntimeData: { pythonEnvironmentId: interpreter.id }, + extraRuntimeData: { pythonPath: interpreter.path }, } as positron.LanguageRuntimeMetadata; const interpreterService = { - getInterpreters: () => [interpreter], + getInterpreterDetails: (_pythonPath, _resource) => Promise.resolve(interpreter), } as IInterpreterService; const installer = ({