Fix #306 - Retrieve parentId by realm name #443
Annotations
2 errors and 1 warning
Run tests:
spec/unit/puppet/provider/keycloak_ldap_user_provider/kcadm_spec.rb#L53
Puppet::Type::Keycloak_ldap_user_provider::ProviderKcadm create creates a realm
Failure/Error: output = kcadm('get', 'realms', realm, nil, ['id'])
Keycloak_ldap_user_provider[foo](provider=kcadm) received :kcadm with unexpected arguments
expected: ("create", "components", "test", "/tmp/keycloak_component20240417-1941-5pct1b")
got: ("get", "realms", "test", nil, ["id"])
Diff:
@@ -1 +1 @@
-["create", "components", "test", "/tmp/keycloak_component20240417-1941-5pct1b"]
+["get", "realms", "test", nil, ["id"]]
|
Run tests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading