You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
I contributed the code for the Asset deletion, however at the time I had named the method asset_delete as opposed delete or rest_delete due to a collision I was seeing. It looks like an alias was created, but unfortunately it looks like it deletes the entire job and not the assets.
SauceWhisk::Assets.rest_delete "459887345
If I look at the url that's invoked by the above, it's trying to delete the asset:
I contributed the code for the Asset deletion, however at the time I had named the method asset_delete as opposed delete or rest_delete due to a collision I was seeing. It looks like an alias was created, but unfortunately it looks like it deletes the entire job and not the assets.
SauceWhisk::Assets.rest_delete "459887345
If I look at the url that's invoked by the above, it's trying to delete the asset:
https://saucelabs.com/rest/v1/dfranko/jobs/459887345
I'd be happy to fix this, I just don't know what the correct way of doing so would be.
The text was updated successfully, but these errors were encountered: