-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added tests for roles being named close to default-roles
- Loading branch information
1 parent
1e844f4
commit 34f6d9d
Showing
3 changed files
with
61 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
src/test/resources/import-files/roles/66_import_realm_with_fake_default_roles.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"enabled": true, | ||
"realm": "realmWithFakeDefaultRoles", | ||
"roles": { | ||
"realm": [ | ||
{ | ||
"name": "default-roles-fake", | ||
"description": "no default roles description", | ||
"composite": false, | ||
"clientRole": false, | ||
"containerId": "realmWithoutMentionedDefaultRoles", | ||
"attributes": {} | ||
} | ||
] | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/test/resources/import-files/roles/67_import_realm_without_fake_default_roles.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"enabled": true, | ||
"realm": "realmWithFakeDefaultRoles", | ||
"roles": { | ||
"realm": [ | ||
] | ||
} | ||
} |