Skip to content

Commit

Permalink
made references to clients less specific
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Davis <[email protected]>
  • Loading branch information
stockholmux committed Mar 19, 2021
1 parent b389138 commit 2913c25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions TESTING.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 2913c25

Please sign in to comment.