Skip to content

Commit

Permalink
trying to catch all possible roles
Browse files Browse the repository at this point in the history
Signed-off-by: Tokesh <[email protected]>
  • Loading branch information
Tokesh committed Aug 14, 2024
1 parent f075bd7 commit 5cd2b95
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tests/replication/replica.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$schema: ../../json_schemas/test_story.schema.yaml

description: Test to explicitly clear the cursor context.
description: Test replication APIs specs.
prologues:
- path: /{index}
method: PUT
Expand All @@ -21,6 +21,14 @@ prologues:
method: POST
parameters:
index: books
- path: /_plugins/security/authinfo
method: GET
response:
status: 200
- path: /_plugins/_security/api/roles
method: GET
response:
status: 200
epilogues:
- path: /_plugins/_replication/{index}/_stop
method: POST
Expand Down

0 comments on commit 5cd2b95

Please sign in to comment.