diff options
| author | mo khan <mo.khan@gmail.com> | 2020-09-10 16:19:12 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-09-10 16:19:12 -0600 |
| commit | 6a56e4ff0047921f5afc4e106659e2bae1411da4 (patch) | |
| tree | 905cd6a9aefba50769185d96e20578860a6a8e57 /spec/integration/python/pip_spec.rb | |
| parent | 60e0be6501010961a8e6ac3248d2b0c976e75cda (diff) | |
test: start proxy server before suite and shutdown at end of suite
Diffstat (limited to 'spec/integration/python/pip_spec.rb')
| -rw-r--r-- | spec/integration/python/pip_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/python/pip_spec.rb b/spec/integration/python/pip_spec.rb index b2e55b2..856d463 100644 --- a/spec/integration/python/pip_spec.rb +++ b/spec/integration/python/pip_spec.rb @@ -182,7 +182,7 @@ RSpec.describe "pip" do it 'downloads the packages and trusts the certificate' do report = runner.scan(env: { - 'ADDITIONAL_CA_CERT_BUNDLE' => x509_certificate('wildcard.test').read, + 'ADDITIONAL_CA_CERT_BUNDLE' => x509_certificate.read, 'PIP_INDEX_URL' => index_url }) |
