Skip to content

Fix bugs in utils._endpoint_url func

Duncan Macleod requested to merge endpoint-url-fix into master

This PR fixes an issue with the ciecplib.utils._endpoint_url function whereby it couldn't handle URLs with a scheme, but no path. A test to cover regression has also been added.

Merge request reports