diff options
| author | Tetiana Chupryna <tchupryna@gitlab.com> | 2020-08-03 23:39:21 +0300 |
|---|---|---|
| committer | Tetiana Chupryna <tchupryna@gitlab.com> | 2020-08-21 13:09:13 +0300 |
| commit | e08b5a38a7fcade1851637bd401a6097193db00d (patch) | |
| tree | f9202edafc51bb67f307a2b8a75a62f3772c3415 /spec/integration | |
| parent | b272c287f2709c8a2dce0c2311842c3ddb260999 (diff) | |
Fix some failed tests
Diffstat (limited to 'spec/integration')
| -rw-r--r-- | spec/integration/python/pip_spec.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/integration/python/pip_spec.rb b/spec/integration/python/pip_spec.rb index 3d6b82f..0bf27a4 100644 --- a/spec/integration/python/pip_spec.rb +++ b/spec/integration/python/pip_spec.rb @@ -54,6 +54,8 @@ RSpec.describe "pip" do report = runner.scan + pp report + expect(report.licenses_for('webencodings')).to eq(['bsd']) expect(report.licenses_for('idna')).to eq(['bsd-like']) expect(report.licenses_for('EasyProcess')).to eq(['bsd']) |
