[Bug] Client::pull_blob
returns Ok(...)
even when the blob wasn't found
#64
Labels
Client::pull_blob
returns Ok(...)
even when the blob wasn't found
#64
Steps to reproduce
The following test reproduces the issue (you can paste it under
client::test
and run it withcargo test --features test-registry test_pull_blob_not_found
):Expected result
As a user of the library, I intuitively expect
pull_blob
to returnOk
only when the blob was found, andErr
otherwise.The text was updated successfully, but these errors were encountered: