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 (#1843)
  • Loading branch information
nmirasch authored and mariofusco committed Dec 15, 2023
1 parent eeeba30 commit bfa0302
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 bfa0302

Please sign in to comment.