Skip to content

Commit 91d5f2a

Browse files
committed
fix test
1 parent f254c1b commit 91d5f2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/terminals/shellIntegration/pythonStartup.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ suite('Terminal - Shell Integration with PYTHONSTARTUP', () => {
136136
});
137137

138138
test('PYTHON_BASIC_REPL is set when shell integration is enabled', async () => {
139+
pythonConfig.setup((p) => p.get('terminal.shellIntegration.enabled')).returns(() => true);
139140
await registerPythonStartup(context.object);
140141
globalEnvironmentVariableCollection.verify(
141142
(c) => c.replace('PYTHON_BASIC_REPL', '1', TypeMoq.It.isAny()),

0 commit comments

Comments
 (0)