Skip to content

Commit 52bb54b

Browse files
authored
Comment: Correct plugin examples comment (#112609)
Minor change to correct the comment for running YAML test in plugin examples.
1 parent 4dee614 commit 52bb54b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

plugins/examples/custom-settings/src/test/java/org/elasticsearch/example/customsettings/ExampleCustomSettingsConfigTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* <p>
1818
* It's a JUnit test class that extends {@link ESTestCase} which provides useful methods for testing.
1919
* <p>
20-
* The tests can be executed in the IDE or using the command: ./gradlew :example-plugins:custom-settings:test
20+
* The tests can be executed in the IDE or using the command: ./gradlew :custom-settings:test
2121
*/
2222
public class ExampleCustomSettingsConfigTests extends ESTestCase {
2323

plugins/examples/custom-settings/src/yamlRestTest/java/org/elasticsearch/example/customsettings/ExampleCustomSettingsClientYamlTestSuiteIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* {@link ExampleCustomSettingsClientYamlTestSuiteIT} executes the plugin's REST API integration tests.
1717
* <p>
18-
* The tests can be executed using the command: ./gradlew :example-plugins:custom-settings:yamlRestTest
18+
* The tests can be executed using the command: ./gradlew :custom-settings:yamlRestTest
1919
* <p>
2020
* This class extends {@link ESClientYamlSuiteTestCase}, which takes care of parsing the YAML files
2121
* located in the src/yamlRestTest/resources/rest-api-spec/test/ directory and validates them against the

plugins/examples/rest-handler/src/yamlRestTest/java/org/elasticsearch/example/resthandler/ExampleRestHandlerClientYamlTestSuiteIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* {@link ExampleRestHandlerClientYamlTestSuiteIT} executes the plugin's REST API integration tests.
1717
* <p>
18-
* The tests can be executed using the command: ./gradlew :example-plugins:rest-handler:yamlRestTest
18+
* The tests can be executed using the command: ./gradlew :rest-handler:yamlRestTest
1919
* <p>
2020
* This class extends {@link ESClientYamlSuiteTestCase}, which takes care of parsing the YAML files
2121
* located in the src/yamlRestTest/resources/rest-api-spec/test/ directory and validates them against the

0 commit comments

Comments
 (0)