We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e65e9 commit cd5831cCopy full SHA for cd5831c
elasticsearch-api/spec/unit/perform_request_spec.rb
@@ -23,7 +23,7 @@
23
describe 'Perform request args' do
24
Elasticsearch::API::FilesHelper.files.each do |filepath|
25
spec = Elasticsearch::API::EndpointSpec.new(filepath)
26
- next if spec.module_namespace.flatten.first == '_internal' || spec.visibility != 'public'
+ next if spec.module_namespace.flatten.first == '_internal' || spec.visibility != 'public' || spec.module_namespace.flatten.first == 'rollup'
27
28
# These are the path parts defined by the user in the method argument
29
defined_path_parts = spec.path_params.inject({}) do |params, part|
0 commit comments