Skip to content

Commit 6f3828b

Browse files
committed
Fixing typo on the setting name
1 parent 953def7 commit 6f3828b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/unit/outputs/elasticsearch_ssl_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
settings = {
2121
"hosts" => "localhost",
2222
"ssl_enabled" => true,
23-
"ssl_certificate_mode" => 'none',
23+
"ssl_verification_mode" => 'none',
2424
"pool_max" => 1,
2525
"pool_max_per_route" => 1
2626
}

0 commit comments

Comments
 (0)