Skip to content

Commit

Permalink
fixed relation translation (relation.default) and policy rule test
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Apr 13, 2023
1 parent cd127c3 commit 95e111c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ public void test400AssignRoleLocalized() throws Exception {
String messageSk = localizationService.translate(message, SLOVAK);
System.out.println("Trigger message translated (US): " + messageUs);
System.out.println("Trigger message translated (SK): " + messageSk);
assertEquals("Wrong US message", "Assignment of role \"Localized role\" (relation member) is to be added", messageUs);
assertEquals("Wrong US message", "Assignment of role \"Localized role\" (relation default) is to be added", messageUs);
assertEquals("Wrong SK message", "Priradenie pre rola \"Lokalizovana rola\" (vztah predvolené) ma byt pridane", messageSk);

assertSerializable(context);
Expand Down

0 comments on commit 95e111c

Please sign in to comment.