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
|
||||
@Testcontainers(disabledWithoutDocker = true)
|
||||
public class DataLdapTestIntegrationTests {
|
||||
public class DataLdapTestDockerTests {
|
||||
|
||||
@Container
|
||||
@ServiceConnection
|
Loading…
Reference in New Issue