From ff2034b6cec6cea535d0d62e366145ca728d7fd1 Mon Sep 17 00:00:00 2001 From: Chao Wang Date: Wed, 4 Feb 2026 17:26:08 +0800 Subject: [PATCH] fix: add missing environment variable to test --- .../guacsec/trustifyda/providers/Python_Provider_Test.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/java/io/github/guacsec/trustifyda/providers/Python_Provider_Test.java b/src/test/java/io/github/guacsec/trustifyda/providers/Python_Provider_Test.java index efec78bb..109b0a65 100644 --- a/src/test/java/io/github/guacsec/trustifyda/providers/Python_Provider_Test.java +++ b/src/test/java/io/github/guacsec/trustifyda/providers/Python_Provider_Test.java @@ -85,6 +85,8 @@ void test_the_provideStack(String testFolder) throws IOException { } @EnabledIfEnvironmentVariable(named = "RUN_PYTHON_BIN", matches = "true") + @SetSystemProperty(key = PythonControllerBase.PROP_TRUSTIFY_DA_PYTHON_VIRTUAL_ENV, value = "true") + @RestoreSystemProperties @ParameterizedTest @MethodSource("testFolders") void test_the_provideComponent(String testFolder) throws IOException {