I use the Keycloak admin client in Spring boot for user management (add, update, delete). and I expose CRUD operations as apis. The problem I have is that when I implemented the unit tests, the users I created are added to Keycloak, I want to know if there is an option to mock this, I don't want to pollute the Keycloak users with the users used in the tests.
Note: I use Keycloak 17 and Spring Boot 2.5.6.