Also you can use @WithMockUser from SpringTest. Admin shouldn't create users, so you have to delete this functionality from application and tests.
Also you can use @WithMockUser from SpringTest.
Admin shouldn't create users, so you have to delete this functionality from application and tests.