add integration test to find all user controller with success
This commit is contained in:
parent
6a268f5cb3
commit
36ec46a2ea
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ public class UserControllerImpTest {
|
|||
.andExpect(jsonPath("$[1]").isNotEmpty())
|
||||
.andExpect(jsonPath("$[0].profiles").isArray());
|
||||
|
||||
userRepository.deleteAll(List.of(entity1,entity2));
|
||||
userRepository.deleteAll(List.of(entity1,entity2));
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue