Skip to content

Commit

Permalink
[quarkus-3.2LTS ] Removing final "/" from path in flexible-process-sp…
Browse files Browse the repository at this point in the history
…ringboot testing (apache#1843)
  • Loading branch information
nmirasch authored and tkobayas committed Dec 14, 2023
1 parent 9e75d2a commit ac3ddf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ private void checkAllProcessesFinished() {
.basePath(BASE_PATH)
.contentType(ContentType.JSON)
.when()
.get("/")
.get("")
.as(List.class);

assertTrue(processes.isEmpty());
Expand Down

0 comments on commit ac3ddf5

Please sign in to comment.