Skip to content

Commit 2cc8c5d

Browse files
authored
Added test for GET /_plugins/_rollup/jobs/{id}. (#720)
Signed-off-by: dblock <[email protected]>
1 parent def47a7 commit 2cc8c5d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tests/default/rollups/jobs.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,17 @@ chapters:
6060
rollup:
6161
rollup_id: books
6262
enabled: true
63+
- synopsis: Get an index rollup job.
64+
path: /_plugins/_rollup/jobs/{id}
65+
method: GET
66+
parameters:
67+
id: books
68+
response:
69+
status: 200
70+
payload:
71+
_id: books
72+
rollup:
73+
rollup_id: books
6374
- synopsis: Delete an index rollup job.
6475
path: /_plugins/_rollup/jobs/{id}
6576
method: DELETE

0 commit comments

Comments
 (0)