diff --git a/TESTING.asciidoc b/TESTING.asciidoc index 29a4e31d98889..72c4ba1453055 100644 --- a/TESTING.asciidoc +++ b/TESTING.asciidoc @@ -280,8 +280,7 @@ The REST layer is tested through specific tests that are executed against a cluster that is configured and initialized via Gradle. The tests themselves can be written in either Java or with a YAML based DSL. -YAML based REST tests should be preferred since these are shared between all -the clients. The YAML based tests describe the +YAML based REST tests should be preferred since these are shared between clients. The YAML based tests describe the operations to be executed and the obtained results that need to be tested. The YAML tests support various operators defined in the link:/rest-api-spec/src/main/resources/rest-api-spec/test/README.asciidoc[rest-api-spec] and adhere to the link:/rest-api-spec/README.markdown[OpenSearch REST API JSON specification]