]> git.ipfire.org Git - thirdparty/starlette.git/commit
Don't group duplicated headers on a single string on the `TestClient` (#2219)
authorooknimm <68068775+ooknimm@users.noreply.github.com>
Sun, 23 Jul 2023 06:07:24 +0000 (15:07 +0900)
committerGitHub <noreply@github.com>
Sun, 23 Jul 2023 06:07:24 +0000 (00:07 -0600)
commite160a17c0897f359552ede70e827cc3fefaf1b22
treeaa4e764598c0e0deaba00453d638828b16254165
parent844220819f1cfcf2726d1628dd4ea597182d6f3e
Don't group duplicated headers on a single string on the `TestClient` (#2219)

Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
starlette/testclient.py
tests/test_testclient.py