summaryrefslogtreecommitdiff
path: root/spec/integration/python/pip_spec.rb
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-21 23:55:44 -0600
committermo khan <mo.khan@gmail.com>2020-04-21 23:55:44 -0600
commit8bad989a4b667797455f28957e2540e2d644448d (patch)
tree342c5ac4fbed77d67239e3e5364b699921731b68 /spec/integration/python/pip_spec.rb
parente1afa8ba55a3df1151e1b73ed3aa528e53ea3f06 (diff)
Remove unused stuff
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')