Skip to content

Commit 34f09c9

Browse files
committed
fix: access outside allowed roots windows 252 CI error
1 parent 8c3ab14 commit 34f09c9

File tree

1 file changed

+1
-1
lines changed
  • plugins/amazonq/codewhisperer/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/codewhisperer

1 file changed

+1
-1
lines changed

plugins/amazonq/codewhisperer/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/codewhisperer/CodeWhispererTestBase.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ open class CodeWhispererTestBase {
117117
@Before
118118
open fun setUp() = runTest {
119119
mockLanguageServer = mockk()
120-
VfsRootAccess.allowRootAccess(disposableRule.disposable, "/usr/bin", "/usr/local/bin")
120+
VfsRootAccess.allowRootAccess(disposableRule.disposable, "/usr/bin", "/usr/local/bin", "C:/Program Files/pypy3.10-v7.3.17-win64")
121121
val starter = object : AmazonQServerInstanceStarter {
122122
override fun start(
123123
project: Project,

0 commit comments

Comments
 (0)