We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f104e70 commit f1df8afCopy full SHA for f1df8af
unit_tests/sources/streams/http/test_availability_strategy.py
@@ -107,7 +107,7 @@ def test_http_availability_raises_unhandled_error(mocker):
107
108
assert (
109
False,
110
- "Not found. The requested resource was not found on the server.",
+ "HTTP Status Code: 404. Error: Not found. The requested resource was not found on the server.",
111
) == HttpAvailabilityStrategy().check_availability(http_stream, logger)
112
113
0 commit comments