mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-17 16:16:37 +00:00
Fix unit testing
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
fd5b78c337
commit
361aca4d8f
2 changed files with 3 additions and 16 deletions
|
@ -77,12 +77,8 @@ fn fetch_release_artifacts_restful_api(
|
|||
issue_restful_api(
|
||||
client,
|
||||
&[
|
||||
"repos",
|
||||
&percent_encode_http_url_path(owner).to_compact_string(),
|
||||
&percent_encode_http_url_path(repo).to_compact_string(),
|
||||
"releases",
|
||||
"tags",
|
||||
&percent_encode_http_url_path(tag).to_compact_string(),
|
||||
"repos", owner, repo, "releases", "tags",
|
||||
tag, //&percent_encode_http_url_path(tag).to_compact_string(),
|
||||
],
|
||||
auth_token,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue