Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Random CI test issue (low-pri): Pokemon Integration test fails in CI, but works locally. #146

Open
aaronsteers opened this issue Mar 27, 2024 · 0 comments

Comments

@aaronsteers
Copy link
Contributor

aaronsteers commented Mar 27, 2024

Originally posted by @aaronsteers in #131 (comment)

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

image

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.

@aaronsteers 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant