Skip to content
Snippets Groups Projects
Commit b3f5ebe9 authored by Yvan Peter's avatar Yvan Peter
Browse files

correction typo

parent 14d3ee98
Branches
Tags v6.1
No related merge requests found
...@@ -557,8 +557,8 @@ L'implémentation de la classe devrait fonctionner avec le test suivant ...@@ -557,8 +557,8 @@ L'implémentation de la classe devrait fonctionner avec le test suivant
@Test @Test
public void testGetNotExistingPizza() { public void testGetNotExistingIngredient() {
Response response = target("/pizzas/125").request().get(); Response response = target("/ingredients/125").request().get();
assertEquals(Response.Status.NOT_FOUND.getStatusCode(),response.getStatus()); assertEquals(Response.Status.NOT_FOUND.getStatusCode(),response.getStatus());
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment