diff --git a/tests/usethis/_integrations/pre_commit/test_pre_commit_schema.py b/tests/usethis/_integrations/pre_commit/test_pre_commit_schema.py index e30ed3e2..e686d658 100644 --- a/tests/usethis/_integrations/pre_commit/test_pre_commit_schema.py +++ b/tests/usethis/_integrations/pre_commit/test_pre_commit_schema.py @@ -31,7 +31,7 @@ def test_matches_schema_store(self): local_schema_json = (Path(__file__).parent / "schema.json").read_text() try: online_schema_json = requests.get( - "https://json.schemastore.org/pre-commit-config.json", timeout=5 + "https://www.schemastore.org/pre-commit-config.json", timeout=5 ).text except requests.exceptions.RequestException as err: if os.getenv("CI"):