From 2913c255c903ccfee62c38049d11183655de825a Mon Sep 17 00:00:00 2001 From: Kyle Davis Date: Fri, 19 Mar 2021 17:22:42 -0600 Subject: [PATCH] made references to clients less specific Signed-off-by: Kyle Davis --- TESTING.asciidoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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]