Browse Source

fix: create_client_authz_scope_permission test case

pull/400/head
hadeer-elsaeed 3 years ago
parent
commit
7d9c379e87
  1. 2
      tests/test_keycloak_admin.py

2
tests/test_keycloak_admin.py

@ -1666,7 +1666,7 @@ def test_enable_token_exchange(admin: KeycloakAdmin, realm: str):
scope_id=token_exchange_permission_id, 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
admin.create_client_authz_scope_permission( admin.create_client_authz_scope_permission(
payload={ payload={
"name": "test-permission", "name": "test-permission",

Loading…
Cancel
Save