This commit is contained in:
giuseppe.bueti
2016-02-18 18:08:58 +01:00
parent 90d7b0236b
commit 54b0d4c049
2 changed files with 2 additions and 2 deletions
@@ -102,7 +102,7 @@ public class RestEasyClientTest {
}
@Test
public void testDeleteMovi1e() {
public void testDeleteMovie() {
ResteasyClient client = new ResteasyClientBuilder().build();
ResteasyWebTarget target = client.target(UriBuilder.fromPath("http://127.0.0.1:8080/RestEasyTutorial/rest"));