RED-9466 - Adding annotation removes all AI based recommendations until forced re-analysis

- remove unwanted character
This commit is contained in:
corinaolariu 2024-06-28 14:06:26 +03:00
parent 1adae4b968
commit 2757fa47c6

View File

@ -288,7 +288,7 @@ public abstract class AbstractRedactionIntegrationTest {
.collect(Collectors.toSet()));
dictionary.computeIfAbsent(REDACTION_INDICATOR, v -> new ArrayList<>())
.addAll(ResourceLoader.load("dictionaries/redaction_indicator.txt")
.stream()¬
.stream()
.map(this::cleanDictionaryEntry)
.collect(Collectors.toSet()));
dictionary.computeIfAbsent(HINT_ONLY_INDICATOR, v -> new ArrayList<>())