]> git.ipfire.org Git - thirdparty/starlette.git/commit
Fixed TestClient error when response headers missing (#1200)
authorAber <Chen_Ye@ahnu.edu.cn>
Mon, 21 Jun 2021 08:09:19 +0000 (16:09 +0800)
committerGitHub <noreply@github.com>
Mon, 21 Jun 2021 08:09:19 +0000 (10:09 +0200)
commit7ed2890146705accb6c3924afb7f5e55010c0a1f
treed8ba14c6263d920f17d1652fa17e29507621d1ef
parentab0fff9dd3377e4ddd2035994d9e1736fed43c62
Fixed TestClient error when response headers missing (#1200)

* Fixed https://github.com/abersheeran/asgi-ratelimit/issues/14

* lint it

* Black it

Co-authored-by: euri10 <euri10@users.noreply.github.com>
starlette/testclient.py