This is an automated email from the ASF dual-hosted git repository.
mariofusco pushed a commit to branch quarkus-3.2LTS
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-examples.git
The following commit(s) were added to refs/heads/quarkus-3.2LTS by this push:
new 5e0f10b5a [quarkus-3.2LTS ] Removing final "/" from path in
flexible-process-springboot testing (#1843)
5e0f10b5a is described below
commit 5e0f10b5a30fee3909407ca560c7912e8efde10a
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]