Skip to content

Commit 877d7a9

Browse files
committed
Upgrade all dev dependencies to fix dependabot alerts
* fix changed endpoint
1 parent b39457a commit 877d7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_orthanc_api_consistency.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def test_resource_type_list_should_be_complete():
2626

2727
def get_type_enum_values(type_under_test):
2828
resp = httpx.get(
29-
f'https://hg.orthanc-server.com/orthanc-python/raw-file/'
29+
f'https://orthanc.uclouvain.be/hg/orthanc-python/raw-file/'
3030
f'tip/Sources/Autogenerated/sdk_{type_under_test}.impl.h')
3131
resp.raise_for_status()
3232
return re.findall(f'sdk_{type_under_test}_Type.tp_dict, "([A-Z_]+)"', resp.text)

0 commit comments

Comments
 (0)