Skip to content

Commit fcf9f0f

Browse files
Godinsonartech
authored andcommitted
SONARPY-3000 Use lightweight Enterprise SQ edition in integration tests (#254)
GitOrigin-RevId: 1fca82e28e386d96e02b0eee75cf0eb828629ffb
1 parent 2140539 commit fcf9f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

its/commons/src/test/java/com/sonar/python/it/TestsUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public final class TestsUtils {
5050
private static ConcurrentOrchestratorExtension makeDynamicOrchestrator() {
5151
var currentWorkingDirectory = new File(System.getProperty("user.dir"));
5252
if (currentWorkingDirectory.getParentFile().getName().equals("its-enterprise")) {
53-
return orchestratorBuilder(Edition.ENTERPRISE, PluginLocator.Plugins.PYTHON_ENTERPRISE.get()).build();
53+
return orchestratorBuilder(Edition.ENTERPRISE_LW, PluginLocator.Plugins.PYTHON_ENTERPRISE.get()).build();
5454
} else {
5555
return orchestratorBuilder(Edition.COMMUNITY, PluginLocator.Plugins.PYTHON_OSS.get()).build();
5656
}

0 commit comments

Comments
 (0)