Skip to content

Commit

Permalink
Remove deprecated app argument passed to httpx.Client on the `Tes…
Browse files Browse the repository at this point in the history
…tClient` (encode#2526)
  • Loading branch information
osoken authored and Rocky Allen committed Mar 18, 2024
1 parent 604a0ca commit 596f5fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion starlette/testclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,6 @@ def __init__(
headers = {}
headers.setdefault("user-agent", "testclient")
super().__init__(
app=self.app,
base_url=base_url,
headers=headers,
transport=transport,
Expand Down

0 comments on commit 596f5fa

Please sign in to comment.