From 796ac73549525ad891c3308a3f2da96a90b77daa Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Fri, 7 Mar 2025 14:32:53 +0100 Subject: [PATCH] Update json schema path --- tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.py b/tests.py index 310edc0..b8544fc 100644 --- a/tests.py +++ b/tests.py @@ -5,7 +5,7 @@ import pytest import requests -schema_url = "https://raw.githubusercontent.com/SpikeInterface/probeinterface/main/resources/probe.json.schema" +schema_url = "https://raw.githubusercontent.com/SpikeInterface/probeinterface/main/src/probeinterface/schema/probe.json.schema" response = requests.get(schema_url) response.raise_for_status()