diff --git a/plugin/src/test/resources/rest-api-spec/test/ml/jobs_get_result_categories.yaml b/plugin/src/test/resources/rest-api-spec/test/ml/jobs_get_result_categories.yaml index 39ddcbdd5da..c9c5262a455 100644 --- a/plugin/src/test/resources/rest-api-spec/test/ml/jobs_get_result_categories.yaml +++ b/plugin/src/test/resources/rest-api-spec/test/ml/jobs_get_result_categories.yaml @@ -69,32 +69,6 @@ setup: - match: { categories.0.job_id: farequote } - match: { categories.0.category_id: 2 } ---- -"Test post get categories with pagination": - - do: - xpack.ml.get_categories: - job_id: "farequote" - body: > - { - "page": { "size": 1} - } - - - length: { categories: 1 } - - match: { categories.0.job_id: farequote } - - match: { categories.0.category_id: 1 } - - - do: - xpack.ml.get_categories: - job_id: "farequote" - body: > - { - "page": { "from":1, "size": 1} - } - - - length: { categories: 1 } - - match: { categories.0.job_id: farequote } - - match: { categories.0.category_id: 2 } - --- "Test get category by id": - do: