Merge branch 'RED-6929' into 'master'
RED-6929: fix acceptance tests/rules Closes RED-6929 See merge request redactmanager/redaction-service!11
This commit is contained in:
commit
39790c0c8f
@ -141,7 +141,7 @@ public class RedactionEntity {
|
||||
if (matchedRules.isEmpty()) {
|
||||
return "";
|
||||
}
|
||||
return matchedRules.getLast();
|
||||
return matchedRules.getFirst();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user