Skip to content

Commit 529cf30

Browse files
committed
fix test failure
1 parent 9d34de4 commit 529cf30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/managers/common/nativePythonFinder.getAllExtraSearchPaths.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ suite('getAllExtraSearchPaths Integration Tests', () => {
7878
if (section === 'python') {
7979
return pythonConfig;
8080
}
81-
if (section === 'python-env') {
81+
if (section === 'python-envs') {
8282
return envConfig;
8383
}
8484
throw new Error(`Unexpected configuration section: ${section}`);

0 commit comments

Comments
 (0)