File tree 2 files changed +4
-0
lines changed
src/test/java/org/springframework/data/elasticsearch/junit/jupiter
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 33
33
package-lock.json
34
34
35
35
.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() {
129
129
Map <String , String > testcontainersProperties = testcontainersProperties (
130
130
"testcontainers-" + testcontainersConfiguration + ".properties" );
131
131
132
+ var testcontainersPropertiesLocal = testcontainersProperties ("testcontainers-local.properties" );
133
+ testcontainersProperties .putAll (testcontainersPropertiesLocal );
134
+
132
135
DockerImageName dockerImageName = getDockerImageName (testcontainersProperties );
133
136
134
137
ElasticsearchContainer elasticsearchContainer = new SpringDataElasticsearchContainer (dockerImageName )
You can’t perform that action at this time.
0 commit comments