Skip to content

Commit cd4c67e

Browse files
1 parent 1e37eba commit cd4c67e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/usethis/_integrations/pre_commit/test_pre_commit_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def test_matches_schema_store(self):
3131
local_schema_json = (Path(__file__).parent / "schema.json").read_text()
3232
try:
3333
online_schema_json = requests.get(
34-
"https://json.schemastore.org/pre-commit-config.json", timeout=5
34+
"https://www.schemastore.org/pre-commit-config.json", timeout=5
3535
).text
3636
except requests.exceptions.RequestException as err:
3737
if os.getenv("CI"):

0 commit comments

Comments
 (0)