Skip to content

Commit ff2034b

Browse files
committed
fix: add missing environment variable to test
1 parent 516236c commit ff2034b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/test/java/io/github/guacsec/trustifyda/providers/Python_Provider_Test.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ void test_the_provideStack(String testFolder) throws IOException {
8585
}
8686

8787
@EnabledIfEnvironmentVariable(named = "RUN_PYTHON_BIN", matches = "true")
88+
@SetSystemProperty(key = PythonControllerBase.PROP_TRUSTIFY_DA_PYTHON_VIRTUAL_ENV, value = "true")
89+
@RestoreSystemProperties
8890
@ParameterizedTest
8991
@MethodSource("testFolders")
9092
void test_the_provideComponent(String testFolder) throws IOException {

0 commit comments

Comments
 (0)