This is an automated email from the ASF dual-hosted git repository. mariofusco pushed a commit to branch q3lts in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-examples.git
commit bfa03022590519d304f983b594a6b6e921bd3b4c Author: nmirasch <[email protected]> AuthorDate: Wed Dec 13 16:51:10 2023 +0100 [quarkus-3.2LTS ] Removing final "/" from path in flexible-process-springboot testing (#1843) --- .../kie/kogito/flexible/example/springboot/ServiceDeskProcessTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kogito-springboot-examples/flexible-process-springboot/src/test/java/org/kie/kogito/flexible/example/springboot/ServiceDeskProcessTest.java b/kogito-springboot-examples/flexible-process-springboot/src/test/java/org/kie/kogito/flexible/example/springboot/ServiceDeskProcessTest.java index 250c92ee9..ab8be3b91 100644 --- a/kogito-springboot-examples/flexible-process-springboot/src/test/java/org/kie/kogito/flexible/example/springboot/ServiceDeskProcessTest.java +++ b/kogito-springboot-examples/flexible-process-springboot/src/test/java/org/kie/kogito/flexible/example/springboot/ServiceDeskProcessTest.java @@ -215,7 +215,7 @@ class ServiceDeskProcessTest { .basePath(BASE_PATH) .contentType(ContentType.JSON) .when() - .get("/") + .get("") .as(List.class); assertTrue(processes.isEmpty()); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
