Skip to content

Commit

Permalink
👷 (fin-narrator): Changes to get sonarqube/dependency track to build
Browse files Browse the repository at this point in the history
  • Loading branch information
byte-sized-emi committed Dec 29, 2024
1 parent 4608431 commit 4b45b47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ void testHelloEndpoint() {
.get("/hello")
.then()
.statusCode(200)
.body(is("Hello from Quarkus REST"));
.body(is("Hello from Quarkus"));
}

}

0 comments on commit 4b45b47

Please sign in to comment.