We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b39457a commit 877d7a9Copy full SHA for 877d7a9
tests/test_orthanc_api_consistency.py
@@ -26,7 +26,7 @@ def test_resource_type_list_should_be_complete():
26
27
def get_type_enum_values(type_under_test):
28
resp = httpx.get(
29
- f'https://hg.orthanc-server.com/orthanc-python/raw-file/'
+ f'https://orthanc.uclouvain.be/hg/orthanc-python/raw-file/'
30
f'tip/Sources/Autogenerated/sdk_{type_under_test}.impl.h')
31
resp.raise_for_status()
32
return re.findall(f'sdk_{type_under_test}_Type.tp_dict, "([A-Z_]+)"', resp.text)
0 commit comments