-
-
Notifications
You must be signed in to change notification settings - Fork 220
AssetsContractController: Unit tests fail on external endpoints #1213
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
With #1499 merged, is this still an issue? |
Somehow, yes:
|
Ah, right. I think there are two things going on here:
So I think these errors are expected, if a bit noisy. |
A couple of actual test failures, though. Full log attached. |
Hmm, I see. Thanks for posting that. I don't have any intuitions for why this is happening at the moment but can take a look when I get a chance. |
Further investigation is needed on this. |
Maybe this isn't happening anymore? |
@desi It is not. Closing. Got any idea of when this was resolved? |
Description
The assets-controller tests are failing when run locally. Is there some additional setup needed for proxying the requests properly..?
As can be seen in the log below, the tests fail on the requests to the metafi endpoints. However, from the same shell that the tests are run from, the same endpoint responds without issues:
Environment
Fresh checkout and
node_modules
from currentmain
.Log
The text was updated successfully, but these errors were encountered: