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:
Kilian Schüttler 2023-06-22 13:52:45 +02:00
commit 39790c0c8f

View File

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