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 was archived by the owner on Apr 9, 2021. It is now read-only.
Can your API key be whitelisted to allow these tests to pass, or perhaps you should force us to use our own API key (environment variable? local config file?), such that all the tests pass on a clean checkout?
Having just checked out the repo I ran the tests and received:
$ nosetests test_bitly_api.py
EE..
ERROR: test_bitly_api.testApi
...
raise BitlyError(data.get('status_code', 500), data.get('status_txt', 'UNKNOWN_ERROR'))
BitlyError: RATE_LIMIT_EXCEEDED
...
ERROR: test_bitly_api.testExpand
...
raise BitlyError(data.get('status_code', 500), data.get('status_txt', 'UNKNOWN_ERROR'))
BitlyError: RATE_LIMIT_EXCEEDED
Can your API key be whitelisted to allow these tests to pass, or perhaps you should force us to use our own API key (environment variable? local config file?), such that all the tests pass on a clean checkout?