We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de7b334 commit 448cb6cCopy full SHA for 448cb6c
spec/lib/fluent/plugin/out_aws-elasticsearch-service_spec.rb
@@ -16,19 +16,19 @@
16
end
17
18
it "`endpoint` is array." do
19
- instance.instance_variable_get(:@endpoint).map do |ep|
+ instance.endpoint.map do |ep|
20
expect(ep[:url]).to eq "xxxxxxxxxxxxxxxxxxxx"
21
22
23
24
it "should get region" do
25
26
expect(ep[:region]).to eq "us-east-1"
27
28
29
30
it "should get default values" do
31
32
expect(ep[:access_key_id]).to eq ""
33
expect(ep[:secret_access_key]).to eq ""
34
expect(ep[:assume_role_arn]).to eq nil
0 commit comments