Skip to content

Commit c1a72fd

Browse files
committed
Fix typo in rest-api-spec capabilities documentation (elastic#112304)
1 parent 57f502b commit c1a72fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/README.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ other test runners to skip tests if they do not support the capabilities API yet
138138
path: /_api
139139
parameters: [param1, param2]
140140
capabilities: [cap1, cap2]
141-
test_runner_feature: [capabilities]
141+
test_runner_features: [capabilities]
142142
reason: Capability required to run test
143143
- do:
144144
... test definitions ...

0 commit comments

Comments
 (0)