From 0304f8eb79a179332945e1c952d22df4e20ea839 Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 10 Sep 2020 15:06:59 -0600 Subject: test: increase log verbosity for custom x509 endpoint --- spec/integration/ruby/bundler_spec.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/spec/integration/ruby/bundler_spec.rb b/spec/integration/ruby/bundler_spec.rb index 5d18b12..b70c67e 100644 --- a/spec/integration/ruby/bundler_spec.rb +++ b/spec/integration/ruby/bundler_spec.rb @@ -101,7 +101,12 @@ RSpec.describe "bundler" do end context "when the CA certificate is provided" do - let(:env) { { 'ADDITIONAL_CA_CERT_BUNDLE' => x509_certificate('wildcard.test').read } } + let(:env) do + { + 'ADDITIONAL_CA_CERT_BUNDLE' => x509_certificate('wildcard.test').read, + 'LOG_LEVEL' => 'debug' + } + end specify do expect(subject).to match_schema -- cgit v1.2.3