spec/elastic/transport/http/faraday_spec.rb [73:82]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        perform_request
      end

      it 'run body with preper params' do
        expect(
          client.transport.connections.first.connection
        ).to receive(:run_request).with(*request_params).and_return(response)
        perform_request
      end
    end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/elastic/transport/http/faraday_spec.rb [96:105]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        perform_request
      end

      it 'run body with preper params' do
        expect(
          client.transport.connections.first.connection
        ).to receive(:run_request).with(*request_params).and_return(response)
        perform_request
      end
    end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



