Skip to content

Commit 8ba271e

Browse files
author
octavia-squidington-iii
committed
Auto-fix lint and format issues
1 parent 7127624 commit 8ba271e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

unit_tests/sources/streams/http/test_http_client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -756,9 +756,7 @@ def test_given_noproxy_for_another_url_when_send_request_then_do_not_break(reque
756756
json={"test": "a response"},
757757
)
758758

759-
x = http_client.send_request(
760-
"GET", "https://google.com/", request_kwargs={}
761-
)
759+
x = http_client.send_request("GET", "https://google.com/", request_kwargs={})
762760

763761
assert x
764762

0 commit comments

Comments
 (0)