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 656f9d4 commit 365b0f1Copy full SHA for 365b0f1
test/test_ssl_verify.rb
@@ -73,7 +73,7 @@ def test_bad_system_ssl_certificates
73
# begin
74
d = create_driver %(
75
api_write_token test_token
76
- ssl_ca_bundle_path '/dev/null'
+ ssl_ca_bundle_path '/non/existent'
77
)
78
79
d.run(default_tag: "test") do
0 commit comments