Skip to content

Commit

Permalink
update [pypi] license test example (#10399)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s authored Jul 23, 2024
1 parent a021074 commit 81dfc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/pypi/pypi-license.tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ t.create('license (valid, package version in request)')

t.create('license (valid, no package version specified)')
.get('/requests.json')
.expectBadge({ label: 'license', message: 'Apache 2.0', color: 'green' })
.expectBadge({ label: 'license', message: 'Apache-2.0', color: 'green' })

t.create('license (invalid)')
.get('/not-a-package.json')
Expand Down

0 comments on commit 81dfc92

Please sign in to comment.