RED-6929: fix acceptance tests/rules
This commit is contained in:
parent
847a50c32a
commit
7c6f8210e7
@ -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