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'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.
The text was updated successfully, but these errors were encountered:
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
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:
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/
The text was updated successfully, but these errors were encountered: