Skip to content

Commit

Permalink
Fix Spring tests
Browse files Browse the repository at this point in the history
Fixes: #534

Signed-off-by: Hynek Mlnarik <hmlnarik@redhat.com>
  • Loading branch information
hmlnarik committed Feb 6, 2024
1 parent 35d064b commit 15dd0da
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spring/rest-authz-resource-server/config/realm-import.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"users": [
{
"username": "alice",
"firstName": "Alice",
"lastName": "Liddel",
"email": "alice@keycloak.org",
"enabled": true,
"credentials": [
{
Expand All @@ -20,6 +23,9 @@
},
{
"username": "jdoe",
"firstName": "jdoe",
"lastName": "jdoe",
"email": "jdoe@keycloak.org",
"enabled": true,
"credentials": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"users": [
{
"username": "alice",
"firstName": "Alice",
"lastName": "Liddel",
"email": "alice@keycloak.org",
"enabled": true,
"credentials": [
{
Expand All @@ -20,6 +23,9 @@
},
{
"username": "jdoe",
"firstName": "jdoe",
"lastName": "jdoe",
"email": "jdoe@keycloak.org",
"enabled": true,
"credentials": [
{
Expand Down

0 comments on commit 15dd0da

Please sign in to comment.