Skip to content

Commit cb4514e

Browse files
style: apply ruff format to test_http.py
Co-Authored-By: sophie.cui@airbyte.io <sophie.cui@airbyte.io>
1 parent 13c6f47 commit cb4514e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

unit_tests/sources/streams/http/test_http.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,8 @@ def get_error_handler(self) -> Optional[ErrorHandler]:
222222
send_mock = mocker.patch.object(requests.Session, "send", return_value=req)
223223

224224
with pytest.raises(
225-
AirbyteTracedException, match="Rate limit exceeded. Try decreasing concurrency or the number of workers to stay within API rate limits."
225+
AirbyteTracedException,
226+
match="Rate limit exceeded. Try decreasing concurrency or the number of workers to stay within API rate limits.",
226227
):
227228
list(stream.read_records(SyncMode.full_refresh))
228229
if retries <= 0:

0 commit comments

Comments
 (0)