Skip to content

Commit f1df8af

Browse files
committed
fix test
1 parent f104e70 commit f1df8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit_tests/sources/streams/http/test_availability_strategy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def test_http_availability_raises_unhandled_error(mocker):
107107

108108
assert (
109109
False,
110-
"Not found. The requested resource was not found on the server.",
110+
"HTTP Status Code: 404. Error: Not found. The requested resource was not found on the server.",
111111
) == HttpAvailabilityStrategy().check_availability(http_stream, logger)
112112

113113

0 commit comments

Comments
 (0)