Skip to content

Commit e5d9fbb

Browse files
committed
[TEST] Client does not support accepting Yaml format responses
1 parent d31a51b commit e5d9fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Elasticsearch/Tests/YamlRunnerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class YamlRunnerTest extends \PHPUnit_Framework_TestCase
4242

4343
/** @var array A list of supported features */
4444
private static $supportedFeatures = [
45-
'stash_in_path', 'warnings', 'headers', 'yaml'
45+
'stash_in_path', 'warnings', 'headers'
4646
];
4747

4848
/** @var array A mapping for endpoint when there is a reserved keywords for the method / namespace name */

0 commit comments

Comments
 (0)