RED-6929: fix acceptance tests/rules

This commit is contained in:
Kilian Schüttler 2023-06-22 13:52:44 +02:00
parent 847a50c32a
commit 7c6f8210e7

View File

@ -141,7 +141,7 @@ public class RedactionEntity {
if (matchedRules.isEmpty()) {
return "";
}
return matchedRules.getLast();
return matchedRules.getFirst();
}