Browse Source

feat(api): add testcases for create permission function

pull/400/head
Hadeer-Elsaeed 2 years ago
parent
commit
483c491531
  1. 2
      tests/test_keycloak_admin.py

2
tests/test_keycloak_admin.py

@ -1564,7 +1564,7 @@ def test_enable_token_exchange(admin: KeycloakAdmin, realm: str):
scope_id=token_exchange_permission_id,
)
# Create permissions on the target client to reference this policy
# Create permissions on the target client to reference this policy
res = admin.create_client_authz_scope_permission(
payload={
"name": "test-permission",

Loading…
Cancel
Save