add integration test to find by id user controller with not found
This commit is contained in:
parent
b32dc77734
commit
5d04c8dea6
1 changed files with 0 additions and 2 deletions
|
|
@ -48,8 +48,6 @@ public class UserControllerImpTest {
|
|||
.andExpect(jsonPath("$.path").value("/api/users/123"))
|
||||
.andExpect(jsonPath("$.status").value(HttpStatus.NOT_FOUND.value()))
|
||||
.andExpect(jsonPath("$.timestamp").isNotEmpty());
|
||||
|
||||
// testando
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue