diff --git a/services/python/python-version-from-toml.tester.js b/services/python/python-version-from-toml.tester.js index 53621a9ab0caf..fab5b588818c3 100644 --- a/services/python/python-version-from-toml.tester.js +++ b/services/python/python-version-from-toml.tester.js @@ -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' })