Skip to content

Commit ddcf29d

Browse files
committed
fixing test
1 parent 76a4479 commit ddcf29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/ml/server/routes/apidoc_scripts/schema_extractor.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ describe('schema_extractor', () => {
133133
{
134134
name: 'expand_wildcards',
135135
documentation: '',
136-
type: 'string[]',
136+
type: '"all" | "open" | "closed" | "hidden" | "none"',
137137
},
138138
{
139139
name: 'ignore_unavailable',

0 commit comments

Comments
 (0)