OpenZeppelin/nile

Too many requests (HTTP error 429) in tests

andrew-fleming opened this issue · 0 comments

Some of the test modules use goerli as the network and make calls to the testnet API. Some tests now fail because of Error 429 (too many requests). This is especially a problem with test_account.py. To rectify this, we should consider using a mock account instance.