Skip to content

Commit e34bc73

Browse files
authored
Fix parameter type in ml.get_categories YAML test (#138220)
1 parent 6e779ef commit e34bc73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/ml/jobs_get_result_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ setup:
128128
- do:
129129
ml.get_categories:
130130
job_id: "jobs-get-result-categories"
131-
category_id: "1"
131+
category_id: 1
132132

133133
- length: { categories: 1 }
134134
- match: { categories.0.job_id: jobs-get-result-categories }

0 commit comments

Comments
 (0)