File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/test/java/org/springframework/data/elasticsearch/junit/jupiter Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 3333package-lock.json
3434
3535.mvn /.develocity
36+ /src /test /resources /testcontainers-local.properties
Original file line number Diff line number Diff line change @@ -129,6 +129,9 @@ private ClusterConnectionInfo startElasticsearchContainer() {
129129 Map <String , String > testcontainersProperties = testcontainersProperties (
130130 "testcontainers-" + testcontainersConfiguration + ".properties" );
131131
132+ var testcontainersPropertiesLocal = testcontainersProperties ("testcontainers-local.properties" );
133+ testcontainersProperties .putAll (testcontainersPropertiesLocal );
134+
132135 DockerImageName dockerImageName = getDockerImageName (testcontainersProperties );
133136
134137 ElasticsearchContainer elasticsearchContainer = new SpringDataElasticsearchContainer (dockerImageName )
You can’t perform that action at this time.
0 commit comments