add root path
This commit is contained in:
@@ -12,7 +12,7 @@ public class GreetingResourceTest {
|
||||
@Test
|
||||
public void testHelloEndpoint() {
|
||||
given()
|
||||
.when().get("/hello")
|
||||
.when().get("/api/hello")
|
||||
.then()
|
||||
.statusCode(200)
|
||||
.body(is("Hello RESTEasy"));
|
||||
|
Reference in New Issue
Block a user