We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c256370 commit e98b676Copy full SHA for e98b676
elasticsearch-xpack/spec/xpack/rest_api_yaml_spec.rb
@@ -28,7 +28,7 @@
28
match do |response|
29
# Handle is_true: ''
30
return response == true if field == ''
31
- !!find_value_in_document(split_and_parse_key(field) , response)
+ !!find_value_in_document(split_and_parse_key(field), response)
32
end
33
34
@@ -37,7 +37,7 @@
37
38
# Handle is_false: ''
39
return response == false if field == ''
40
- !find_value_in_document(split_and_parse_key(field) , response)
+ !find_value_in_document(split_and_parse_key(field), response)
41
42
43
0 commit comments