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
I did more digging and found that CI is failing the pokemon integration test, but inexplicably so.
In CI, it uses the incorrect endpoint and gets a 404:
https://pokeapi.co/api/v2/pikachu
Instead of the correct endpoint:
https://pokeapi.co/api/v2/pokemon/pikachu
In the meanwhile, we are skipping this particular test when run in CI. If it continues to act up, we can just remove this test entirely.
The text was updated successfully, but these errors were encountered:
aaronsteers
changed the title
I did more digging and found that CI is failing the pokemon integration test, but inexplicably so.
Random CI test issue (low-pri): Pokemon Integration test fails in CI, but works locally.
Mar 27, 2024
Originally posted by @aaronsteers in #131 (comment)
In the meanwhile, we are skipping this particular test when run in CI. If it continues to act up, we can just remove this test entirely.
The text was updated successfully, but these errors were encountered: