spec/lib/crawler/output_sink/elasticsearch_spec.rb [250:266]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      end
    end

    context 'when elasticsearch.pipeline_enabled is false' do
      let(:config) do
        Crawler::API::Config.new(
          domains:,
          output_sink: 'elasticsearch',
          output_index: index_name,
          elasticsearch: {
            host: 'http://localhost',
            port: 1234,
            api_key: 'key',
            pipeline_enabled: false
          }
        )
      end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/lib/crawler/output_sink/elasticsearch_spec.rb [355:371]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      end
    end

    context 'when elasticsearch.pipeline_enabled is false' do
      let(:config) do
        Crawler::API::Config.new(
          domains:,
          output_sink: 'elasticsearch',
          output_index: index_name,
          elasticsearch: {
            host: 'http://localhost',
            port: 1234,
            api_key: 'key',
            pipeline_enabled: false
          }
        )
      end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



