Skip to content

Commit

Permalink
Added tests for PUT /_settings. (#742)
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <[email protected]>
  • Loading branch information
dblock authored Dec 17, 2024
1 parent 051e042 commit 5149b66
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tests/plugins/security/_core/settings.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
$schema: ../../../../json_schemas/test_story.schema.yaml

description: Test settings.
chapters:
- synopsis: Update cluster settings.
path: /_settings
method: PUT
request:
payload:
settings:
index:
number_of_replicas: 4
- synopsis: Get settings.
path: /_settings
method: GET

0 comments on commit 5149b66

Please sign in to comment.