Update to SpaceAPI schema 15
This commit is contained in:
parent
14dfb79cfb
commit
305f0fa99f
2 changed files with 24 additions and 17 deletions
|
@ -1,13 +1,12 @@
|
|||
import requests
|
||||
from jsonschema import validate
|
||||
|
||||
|
||||
import server
|
||||
|
||||
|
||||
def test_schema_compliance():
|
||||
resp = requests.get(
|
||||
"https://raw.githubusercontent.com/SpaceApi/schema/refs/heads/master/13.json"
|
||||
"https://raw.githubusercontent.com/SpaceApi/schema/refs/heads/master/15.json"
|
||||
)
|
||||
resp.raise_for_status()
|
||||
schema = resp.json()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue