Rename DataLdapTestIntegrationTests to remove clash
Closes gh-41617
This commit is contained in:
parent
c642f6d268
commit
163581cfe8
|
|
@ -42,7 +42,7 @@ import static org.springframework.boot.test.autoconfigure.AutoConfigurationImpor
|
||||||
*/
|
*/
|
||||||
@DataLdapTest
|
@DataLdapTest
|
||||||
@Testcontainers(disabledWithoutDocker = true)
|
@Testcontainers(disabledWithoutDocker = true)
|
||||||
public class DataLdapTestIntegrationTests {
|
public class DataLdapTestDockerTests {
|
||||||
|
|
||||||
@Container
|
@Container
|
||||||
@ServiceConnection
|
@ServiceConnection
|
||||||
Loading…
Reference in New Issue