Skip to content

Commit

Permalink
refactor: Fixed assignment of proxies parameter in KiotaRequestAdapte…
Browse files Browse the repository at this point in the history
…rHook (apache#45741)

Co-authored-by: David Blain <[email protected]>
  • Loading branch information
dabla and davidblain-infrabel authored Jan 17, 2025
1 parent 5ff07fa commit 78eadb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def get_conn(self) -> RequestAdapter:
http_client = GraphClientFactory.create_with_default_middleware(
api_version=api_version, # type: ignore
client=httpx.AsyncClient(
mounts=httpx_proxies,
proxy=httpx_proxies, # type: ignore
timeout=Timeout(timeout=self.timeout),
verify=verify,
trust_env=trust_env,
Expand Down

0 comments on commit 78eadb1

Please sign in to comment.