Skip to content

Commit

Permalink
update [PythonVersionFromToml] test example (#10400)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s authored Jul 23, 2024
1 parent 66d9f4d commit a021074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/python/python-version-from-toml.tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ t.create(
'python versions - valid toml with missing python-requires field (invalid)',
)
.get(
'/python/required-version-toml.json?tomlFilePath=https://raw.githubusercontent.com/django/django/main/pyproject.toml',
'/python/required-version-toml.json?tomlFilePath=https://raw.githubusercontent.com/psf/requests/main/pyproject.toml',
)
.expectBadge({ label: 'python', message: 'invalid response data' })

0 comments on commit a021074

Please sign in to comment.