RED-9573: updated redaction-report-service version to enable updated cache mechanism

This commit is contained in:
Ali Oezyetimoglu 2024-07-10 14:43:35 +02:00
parent 3d73c6f496
commit a40962085c

View File

@ -52,7 +52,7 @@ public class ReportTemplateTest extends AbstractPersistenceServerServiceTest {
@BeforeEach
public void setup() {
doNothing().when(reportTemplatePlaceholderClient).uploadTemplate(anyString());
doNothing().when(reportTemplatePlaceholderClient).evictReportTemplateCache();
}