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

External API Unavailability (fruityvice.com) in vertx-quickstart - ResourceUsingWebClientTest #1460

Open
jcarranzan opened this issue Oct 11, 2024 · 5 comments

Comments

@jcarranzan
Copy link

I've observed in our testing jobs of quarkus-quickstarts that ResourceUsingWebClientTest which retrieves data from the external API fruityvice.com and it's not available currently.
Logs failure:

Response body doesn't match expectation.
Expected: a string containing "Musaceae"
  Actual: {"code":502 ... <title>The page is temporarily unavailable</title>

Expected Behavior:
The test should successfully retrieve data related to the fruit and validate the response against the expected content.

PW:
You can check it: https://fruityvice.com/

@rsvoboda rsvoboda changed the title Issue with External API Unavailability (fruityvice) in vertx-quickstart - ResourceUsingWebClientTest External API Unavailability (fruityvice.com) in vertx-quickstart - ResourceUsingWebClientTest Oct 14, 2024
@rsvoboda
Copy link
Member

@cescoffier any tips on replacement service for quickstarts?

@cescoffier
Copy link
Member

@rsvoboda https://swapi.dev/ maybe?

@rsvoboda
Copy link
Member

@jcarranzan can you look into QS update to use swapi.dev?

@jcarranzan
Copy link
Author

Yes, I'll do it @rsvoboda

@jcarranzan
Copy link
Author

PR: #1462

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

3 participants