update tests for relative redirects

This commit is contained in:
David Lord 2022-03-25 11:48:26 -07:00
parent ce7b884b73
commit 81c7ff7f8d
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
6 changed files with 20 additions and 9 deletions

View file

@ -155,6 +155,8 @@ class Response(ResponseBase):
json_module = json
autocorrect_location_header = False
@property
def max_cookie_size(self) -> int: # type: ignore
"""Read-only view of the :data:`MAX_COOKIE_SIZE` config key.