RED-4510: Generated Redaction Log and Generating will not run with profile

This commit is contained in:
Philipp Schramm 2022-07-26 15:05:36 +02:00
parent a4f2b2a1d8
commit 95cd64ca87

View File

@ -358,7 +358,7 @@ public class RulesTest {
.filter(r -> r.getHeight() == rectangle.getHeight())
.filter(r -> r.getWidth() == rectangle.getWidth())
.findFirst();
// assertThat(savedRectangle).isPresent(); TODO PSC !!!
assertThat(savedRectangle).isPresent();
}
for (RedactionLogComment comment : redactionLogEntry.getComments()) {