diff options
Diffstat (limited to 'spec/integration/php/composer_spec.rb')
| -rw-r--r-- | spec/integration/php/composer_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/php/composer_spec.rb b/spec/integration/php/composer_spec.rb index 383bc94..685e5ad 100644 --- a/spec/integration/php/composer_spec.rb +++ b/spec/integration/php/composer_spec.rb @@ -105,7 +105,7 @@ RSpec.describe "composer" do end context "when the CA certificate is provided" do - let(:env) { { 'ADDITIONAL_CA_CERT_BUNDLE' => x509_certificate('wildcard.test').read } } + let(:env) { { 'ADDITIONAL_CA_CERT_BUNDLE' => x509_certificate.read } } specify do expect(subject).to match_schema |
