Skip to content

Commit 796ac73

Browse files
committed
Update json schema path
1 parent 85922c4 commit 796ac73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import pytest
66
import requests
77

8-
schema_url = "https://raw.githubusercontent.com/SpikeInterface/probeinterface/main/resources/probe.json.schema"
8+
schema_url = "https://raw.githubusercontent.com/SpikeInterface/probeinterface/main/src/probeinterface/schema/probe.json.schema"
99

1010
response = requests.get(schema_url)
1111
response.raise_for_status()

0 commit comments

Comments
 (0)