chore: Update scenario execution in TestController to use new scenario ID

This commit is contained in:
andrea.terzani
2024-07-31 14:31:31 +02:00
parent 96131731a1
commit f2dd48c5ec

View File

@@ -15,7 +15,7 @@ public class TestController {
@GetMapping("/test/scenario_execution")
public String testScenarioExecution(){
String result = scenarioExecutionService.executeScenario("66a7bbb7c5c2e1863e5d6db0","How a testcase is made on ATF ? What is the meaning of a Task?");
String result = scenarioExecutionService.executeScenario("66aa162debe80dfcd17f0ef4","How i can change the path where uploaded documents are stored ?");
return result;
}
}