fjtirado commented on code in PR #3980:
URL: 
https://github.com/apache/incubator-kie-kogito-runtimes/pull/3980#discussion_r2192997651


##########
kogito-serverless-workflow/kogito-serverless-workflow-executor-core/src/test/java/org/kie/kogito/serverless/workflow/executor/StaticFluentWorkflowApplicationTest.java:
##########
@@ -165,13 +158,6 @@ void testSwitchLoop() throws InterruptedException, 
TimeoutException {
         OperationStateBuilder sleepState = operation().action(call(expr("inc", 
".count=.count+1")).sleepAfter(Duration.ofSeconds(1)));
 
         try (StaticWorkflowApplication application = 
StaticWorkflowApplication.create()) {
-            ProcessConfig processConfig = 
application.config().get(ProcessConfig.class);

Review Comment:
   This test should not have been modified, but StaticWorkflowApplication 
changed to make it work, as in this PR



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to