keycloak / keycloak-client

Keycloak-client java modules
Apache License 2.0
5 stars 11 forks source link

Move tests in package authz.admin tests to keycloak-client #75

Closed rmartinc closed 1 month ago

rmartinc commented 1 month ago

Description

This is the last PR for tests for the authz. I'm moving all the authz.admin as they were moved without major issues. Only one test AuthorizationDisabledInPreviewTest cannot be moved as it was testing the feature was disabled and in the client it makes no sense as the server is always started with the feature enabled.

With this I think that https://github.com/keycloak/keycloak-client/issues/46 is finished and we can start thinking what to do with the tests in the keycloak repository (we can remove a lot of them).

Discussion

No response

Motivation

No response

Details

No response