diff --git a/services/python/python-version-from-toml.tester.js b/services/python/python-version-from-toml.tester.js
index 53621a9ab0caf179e7c5d1f315166d80c7ff2292..fab5b588818c327a44888ae86908da8c40cd1775 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' })