File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
spec/octocatalog-diff/tests Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 74
74
strategy :
75
75
fail-fast : false
76
76
matrix :
77
- # 2.7 and 3.0 fail at the moment
78
77
ruby-version : ["2.6"]
79
78
steps :
80
79
- name : Checkout code
Original file line number Diff line number Diff line change @@ -372,12 +372,12 @@ def basic_auth_test(server_opts, opts = {})
372
372
end . to raise_error ( Errno ::ENOENT )
373
373
end
374
374
375
- # it 'should raise an error if non-matching CA file is specified' do
376
- # opts = client_opts.merge(puppetdb_ssl_ca: OctocatalogDiff::Spec.fixture_path('ssl/generated/other-ca.crt'))
377
- # expect do
378
- # ssl_test(server_opts, opts)
379
- # end.to raise_error(OpenSSL::SSL::SSLError)
380
- # end
375
+ # it 'should raise an error if non-matching CA file is specified' do
376
+ # opts = client_opts.merge(puppetdb_ssl_ca: OctocatalogDiff::Spec.fixture_path('ssl/generated/other-ca.crt'))
377
+ # expect do
378
+ # ssl_test(server_opts, opts)
379
+ # end.to raise_error(OpenSSL::SSL::SSLError)
380
+ # end
381
381
382
382
it 'should raise error if server hostname does not match expected' do
383
383
c_opts = client_opts . merge ( puppetdb_ssl_ca : OctocatalogDiff ::Spec . fixture_path ( 'ssl/generated/ca.crt' ) )
You can’t perform that action at this time.
0 commit comments