Skip to content

Commit

Permalink
Update test/plugin/test_out_opensearch.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Daijiro Fukuda <[email protected]>
  • Loading branch information
kenhys and daipom authored Oct 2, 2024
1 parent 3d7c759 commit bb09dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plugin/test_out_opensearch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3998,6 +3998,6 @@ def test_no_aws_credentials_refresh_exception
d = driver(config)
d.instance_start
d.instance_shutdown
assert_true(d.logs.grep(/\[error\]: Failed to get new AWS credentials: No valid AWS credentials found.\n/).size > 0)
assert { d.logs.any?(/\[error\]: Failed to get new AWS credentials: No valid AWS credentials found.\n/) }
end
end

0 comments on commit bb09dc7

Please sign in to comment.