RED-6411 - rename testclass because of regexp
This commit is contained in:
parent
6e5b64ca94
commit
4e76c007b8
@ -40,8 +40,8 @@ import lombok.SneakyThrows;
|
|||||||
|
|
||||||
@ExtendWith(SpringExtension.class)
|
@ExtendWith(SpringExtension.class)
|
||||||
@SpringBootTest(classes = Application.class, webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
|
@SpringBootTest(classes = Application.class, webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
|
||||||
@Import(RedactionIntegrationTestV2.RedactionIntegrationTestConfiguration.class)
|
@Import(RedactionIntegrationWithRulesV2Test.RedactionIntegrationTestConfiguration.class)
|
||||||
public class RedactionIntegrationTestV2 extends AbstractRedactionIntegrationTest {
|
public class RedactionIntegrationWithRulesV2Test extends AbstractRedactionIntegrationTest {
|
||||||
|
|
||||||
private static final String RULES = loadFromClassPath("drools/rules_v2.drl");
|
private static final String RULES = loadFromClassPath("drools/rules_v2.drl");
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user