Skip to content

Commit

Permalink
Upgrade all dev dependencies to fix dependabot alerts
Browse files Browse the repository at this point in the history
 * fix changed endpoint
  • Loading branch information
walcovanloon committed Jan 9, 2024
1 parent b39457a commit 877d7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_orthanc_api_consistency.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def test_resource_type_list_should_be_complete():

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

0 comments on commit 877d7a9

Please sign in to comment.