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/pipenv_spec.rb | |
| parent | 60e0be6501010961a8e6ac3248d2b0c976e75cda (diff) | |
test: start proxy server before suite and shutdown at end of suite
Diffstat (limited to 'spec/integration/python/pipenv_spec.rb')
| -rw-r--r-- | spec/integration/python/pipenv_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/python/pipenv_spec.rb b/spec/integration/python/pipenv_spec.rb index 74e1c6e..b7847fd 100644 --- a/spec/integration/python/pipenv_spec.rb +++ b/spec/integration/python/pipenv_spec.rb @@ -213,7 +213,7 @@ RSpec.describe "pipenv" do let(:index_url) { "https://pypi.test/simple" } let(:env) do { - 'ADDITIONAL_CA_CERT_BUNDLE' => x509_certificate('wildcard.test').read, + 'ADDITIONAL_CA_CERT_BUNDLE' => x509_certificate.read, 'PIP_INDEX_URL' => index_url } end |
