Merge branch '3.4.x'
Closes gh-43951
This commit is contained in:
@@ -39,7 +39,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
*/
|
||||
@SpringJUnitConfig
|
||||
@Testcontainers(disabledWithoutDocker = true)
|
||||
class ServiceConnectionStartsConnectionOnceIntegrationTest {
|
||||
class ServiceConnectionStartsConnectionOnceIntegrationTests {
|
||||
|
||||
@Container
|
||||
@ServiceConnection
|
||||
@@ -30,7 +30,7 @@ import org.springframework.context.ApplicationContext;
|
||||
import org.springframework.context.annotation.Import;
|
||||
|
||||
/**
|
||||
* Imports idiomatic Testcontainer declaration classes into the Spring
|
||||
* Imports idiomatic Testcontainers declaration classes into the Spring
|
||||
* {@link ApplicationContext}. The following elements will be considered from the imported
|
||||
* classes:
|
||||
* <ul>
|
||||
|
||||
Reference in New Issue
Block a user