We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e14ac72 commit ea77c6fCopy full SHA for ea77c6f
orchestration/src/test/java/com/sap/ai/sdk/orchestration/OrchestrationModuleConfigTest.java
@@ -107,8 +107,7 @@ void testDpiMaskingConfig() {
107
.withFailMessage("withMaskingConfig() should overwrite the existing config and not append")
108
.hasSize(1);
109
110
- var masking =
111
- DpiMasking.anonymization().withRegex("\\d{3}-\\d{2}-\\d{4}", "***-**-****");
+ var masking = DpiMasking.anonymization().withRegex("\\d{3}-\\d{2}-\\d{4}", "***-**-****");
112
config = config.withMaskingConfig(masking);
113
assertThat(config.getMaskingConfig()).isNotNull();
114
assertThat(((MaskingModuleConfigProviders) config.getMaskingConfig()).getProviders())
0 commit comments