summaryrefslogtreecommitdiff
path: root/spec/integration
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2019-12-27 22:53:43 -0700
committermo khan <mo.khan@gmail.com>2019-12-27 22:53:43 -0700
commit4d6c690bcf75cb8f9fd80ed2714c15ec477ea0d0 (patch)
treebfa7737c873d18478f82a03cd1a613e7b3ea103a /spec/integration
parent9b1d9139862b61d7189d7a6275ccf7eb3310156c (diff)
Make API call to pypi.org to lookup package license
Diffstat (limited to 'spec/integration')
-rw-r--r--spec/integration/scan_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/integration/scan_spec.rb b/spec/integration/scan_spec.rb
index 0d27e85..1c1c1f7 100644
--- a/spec/integration/scan_spec.rb
+++ b/spec/integration/scan_spec.rb
@@ -43,8 +43,8 @@ RSpec.describe '`spandx scan` command', type: :cli do
"packages": [
{
"name": "six",
- "version": "==1.13.0",
- "spdx": ""
+ "version": "1.13.0",
+ "spdx": "MIT"
}
]
}