spec/inputs/s3_spec.rb in logstash-input-s3-3.3.2 vs spec/inputs/s3_spec.rb in logstash-input-s3-3.3.3

- old
+ new

@@ -87,10 +87,10 @@ } it 'should instantiate AWS::S3 clients with force_path_style set' do expect(Aws::S3::Resource).to receive(:new).with({ :region => subject.region, - "force_path_style" => true + :force_path_style => true }).and_call_original subject.send(:get_s3object) end end