Add a test for quarkus.elasticsearch.health.enabled
#42020
Labels
Milestone
quarkus.elasticsearch.health.enabled
#42020
In
extensions/elasticsearch-rest-client/
, there is no test for the config propertyquarkus.elasticsearch.health.enabled
and we should add one.The test should be in the
deployment
module with the others.Tests of this module can be run with
mvn clean install -Dstart-containers -Dtest-containers
so that Testcontainers start an Elasticsearch cluster.Run this command in the module once you have build Quarkus with
./mvnw -Dquickly
.This looks like a good first issue.
The text was updated successfully, but these errors were encountered: