diff --git a/python/src/com/jetbrains/python/testing/PythonTestCommandLineStateBase.java b/python/src/com/jetbrains/python/testing/PythonTestCommandLineStateBase.java index 6a0354981929..202ac5a5c25a 100644 --- a/python/src/com/jetbrains/python/testing/PythonTestCommandLineStateBase.java +++ b/python/src/com/jetbrains/python/testing/PythonTestCommandLineStateBase.java @@ -63,7 +63,7 @@ public abstract class PythonTestCommandLineStateBase extends PythonCommandLineSt @Override public ExecutionResult execute(Executor executor, CommandLinePatcher... patchers) throws ExecutionException { final ProcessHandler processHandler = startProcess(patchers); - final ConsoleView console = createAndAttachConsole(getConfig().getProject(), processHandler, executor); + final ConsoleView console = createAndAttachConsole(myConfiguration.getProject(), processHandler, executor); List actions = Lists .newArrayList(createActions(console, processHandler));