We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seems the test will call out to a real API, which I've seen fail a few times on CI.
Caused by: org.apache.hc.client5.http.HttpHostConnectException: Connect to http://api.openweathermap.org:80 [api.openweathermap.org/38.89.70.158] failed: Connection timed out: getsockopt
We should be able to record & replay the API calls with WireMock.
The text was updated successfully, but these errors were encountered:
I'd want to work on it @jamesnetherton
Sorry, something went wrong.
Using WireMock in weather extension integration tests apache#6047
67fae84
Using WireMock in weather extension integration tests #6047
ebb852f
shravaniPshetty
No branches or pull requests
Seems the test will call out to a real API, which I've seen fail a few times on CI.
We should be able to record & replay the API calls with WireMock.
The text was updated successfully, but these errors were encountered: