spec/device/kinesis_spec.rb in logstash-logger-0.25.1 vs spec/device/kinesis_spec.rb in logstash-logger-0.26.0
- old
+ new
@@ -33,13 +33,9 @@
expect(kinesis_device).to receive(:write).with("foo")
kinesis_device.write_one "foo"
end
- it "defaults the AWS region to us-east-1" do
- expect(kinesis_device.aws_region).to eq('us-east-1')
- end
-
it "defaults the kinesis stream to logstash" do
expect(kinesis_device.stream).to eq('logstash')
end
end