spec/lib/crawler/output_sink/elasticsearch_spec.rb [254:262]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      let(:config) do
        Crawler::API::Config.new(
          domains:,
          output_sink: 'elasticsearch',
          output_index: index_name,
          elasticsearch: {
            host: 'http://localhost',
            port: 1234,
            api_key: 'key',
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/lib/crawler/output_sink/elasticsearch_spec.rb [325:333]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      let(:config) do
        Crawler::API::Config.new(
          domains:,
          output_sink: 'elasticsearch',
          output_index: index_name,
          elasticsearch: {
            host: 'http://localhost',
            port: 1234,
            api_key: 'key',
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



