storj-thirdparty / uplink-python

Python bindings for libuplink
https://storj.io
Apache License 2.0
20 stars 10 forks source link

Add access revocation #29

Open wthorp opened 11 months ago

wthorp commented 11 months ago

I'm not sure what's wrong here. The tests is modeled after the one in uplink-c but project_test.py line 46 assertRaises(PermissionDeniedError) is instead returning TooManyRequestsError. I'm also not sure if the uplink_free_error call is necessary, as it's missing from the rest of the codebase. Thoughts?