1
0
mirror of https://github.com/badges/shields.git synced 2025-11-09 12:40:59 +03:00

update [PythonVersionFromToml] test example (#10400)

This commit is contained in:
chris48s
2024-07-23 03:54:29 +01:00
committed by GitHub
parent 66d9f4da02
commit a02107494b

View File

@@ -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' })