Skip to content
Snippets Groups Projects
Unverified Commit 81dfc92f authored by chris48s's avatar chris48s Committed by GitHub
Browse files

update [pypi] license test example (#10399)

parent a0210749
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ t.create('license (valid, package version in request)') ...@@ -7,7 +7,7 @@ t.create('license (valid, package version in request)')
t.create('license (valid, no package version specified)') t.create('license (valid, no package version specified)')
.get('/requests.json') .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)') t.create('license (invalid)')
.get('/not-a-package.json') .get('/not-a-package.json')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment