uplink-python
uplink-python copied to clipboard
Add access revocation
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?