summaryrefslogtreecommitdiff
path: root/spec/integration/python/pip_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/python/pip_spec.rb')
-rw-r--r--spec/integration/python/pip_spec.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/spec/integration/python/pip_spec.rb b/spec/integration/python/pip_spec.rb
index 848e873..f69d2ef 100644
--- a/spec/integration/python/pip_spec.rb
+++ b/spec/integration/python/pip_spec.rb
@@ -120,8 +120,8 @@ RSpec.describe 'pip' do
it 'is able to scan the project' do
report = runner.scan(env: {
- 'PIP_INDEX_URL' => 'https://localhost/simple/'
- })
+ 'PIP_INDEX_URL' => 'https://localhost/simple/'
+ })
expect(report).to match_schema(version: '2.0')
expect(report[:licenses]).to be_empty
@@ -150,9 +150,9 @@ RSpec.describe 'pip' do
it 'downloads the packages and trusts the certificate' do
report = runner.scan(env: {
- 'ADDITIONAL_CA_CERT_BUNDLE' => bundle,
- 'PIP_INDEX_URL' => index_url
- })
+ 'ADDITIONAL_CA_CERT_BUNDLE' => bundle,
+ 'PIP_INDEX_URL' => index_url
+ })
expect(report).to match_schema(version: '2.0')
expect(report.dependency_names).to include('requests')