The expectation file urllib3_PASS.cue can fail unexpectedly due to the urllib3 repository sometimes using version branches/tags that start with a v. E.g. v2.0.5. This can be solved by adding an optional token to the file's uri regular expression string.
The expectation file urllib3_PASS.cue can fail unexpectedly due to the urllib3 repository sometimes using version branches/tags that start with a
v. E.g.v2.0.5. This can be solved by adding an optional token to the file's uri regular expression string.