Skip to content

Commit

Permalink
Merge pull request #76 from clearlydefined/update-tests-new-scancode-…
Browse files Browse the repository at this point in the history
…version

Update integration tests for new ScanCode schema version
  • Loading branch information
qtomlinson authored Jun 26, 2024
2 parents 862c2af + 3cdec23 commit d68d580
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/integration/lib/harvester.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { callFetch, buildPostOpts } = require('./fetch')
//See https://api.clearlydefined.io/api-docs/#/harvest/get_harvest__type___provider___namespace___name___revision___tool___toolVersion_
const defaultToolChecks = [
['licensee', '9.14.0'],
['scancode', '30.3.0'],
['scancode', '32.3.0'],
['reuse', '3.2.1']
]

Expand Down
3 changes: 2 additions & 1 deletion tools/integration/test/integration/testConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const pollingMaxTime = 1000 * 60 * 30 // 30 minutes
//See https://api.clearlydefined.io/api-docs/#/harvest/get_harvest__type___provider___namespace___name___revision___tool___toolVersion_
const harvestSchemaVersions = [
['licensee', '9.14.0'],
['scancode', '30.3.0'],
['scancode', '32.3.0'],
['reuse', '3.2.1']
]

Expand All @@ -27,6 +27,7 @@ const components = [
'git/github/ratatui-org/ratatui/bcf43688ec4a13825307aef88f3cdcd007b32641',
'gem/rubygems/-/sorbet/0.5.11226',
'pypi/pypi/-/platformdirs/4.2.0',
'pypi/pypi/-/sdbus/0.12.0',
'go/golang/rsc.io/quote/v1.3.0',
'nuget/nuget/-/NuGet.Protocol/6.7.1',
'composer/packagist/symfony/polyfill-mbstring/v1.28.0',
Expand Down

0 comments on commit d68d580

Please sign in to comment.